X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/8ef759eddb4a731bfa45899077e8adb5efe50d09..58c13b28137791470d7dae30abdb11604150e106:/README.md diff --git a/README.md b/README.md index f62e6e9..9316b24 100644 --- 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 */ + } + } +} +```