Skip to content

SupportMenu

Add a menuitem to the help menu for specifying support information.

Compatibility: Firefox 68.0.1, Firefox ESR 68.0.1
CCK2 Equivalent: helpMenu
Preferences Affected: N/A

policies.json
{
"policies": {
"SupportMenu": {
"Title": "Support Menu",
"URL": "http://example.com/support"
}
}
}
JSON schema
SupportMenu JSON schema
{
"type": "object",
"properties": {
"Title": {
"type": "string"
},
"URL": {
"type": "string",
"format": "uri"
},
"AccessKey": {
"type": "string"
}
},
"required": [
"Title",
"URL"
]
}
Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"

OMA-URI:

./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu

Value (string):

<enabled/>
<data id="SupportMenuTitle" value="Support Menu"/>
<data id="SupportMenuURL" value="http://example.com/support"/>
<data id="SupportMenuAccessKey" value="S"/>
<dict>
<key>SupportMenu</key>
<dict>
<key>Title</key>
<string>SupportMenu</string>
<key>URL</key>
<string>http://example.com/support</string>
<key>AccessKey</key>
<string>S</string>
</dict>
</dict>