]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Support Menu policy
[policy-templates.git] / README.md
index ef19a94f5766fb026536517f2ca3f3494c78c6d0..9b53a0e3b130f0a693c028420a03c1686c3c3371 100644 (file)
--- a/README.md
+++ b/README.md
@@ -674,3 +674,16 @@ This policy allows you to set the maximum TLS version.
   }
 }
 ```
   }
 }
 ```
+### SupportMenu
+This policy adds a menuitem to the help menu for specifying support information.
+```
+{
+  "policies": {
+    "SupportMenu": {
+      "Title": "Click here for help", /* Title of the menu */
+      "URL": "http://example.edu/", /* Destination URL */
+      "AccessKey": "C" /* Shortcut key */
+    }
+  }
+}
+```

patrick-canterino.de