]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Merge branch 'master' into SupportMenu
[policy-templates.git] / README.md
index f62e6e95b01c7d8076af2aafba64463eec7838b1..9316b24704449838d828a80a33fa00ad12b4594c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2257,3 +2257,16 @@ Software\Policies\Mozilla\Firefox\WebsiteFilters\Exceptions\1 = "http://example.
   }
 }
 ```
+### 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