X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/516eb3f25770d0cb11382209081d06166045a7f3..eb4848d5cf79ebb964830b74a8993f8192c351f9:/README.md diff --git a/README.md b/README.md index ef19a94..9b53a0e 100644 --- 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 */ + } + } +} +```