Settings Menu Item
Jump to navigation
Jump to search
It is possible to add the application settings to your menu by setting the type
property of a menu item to "settings"
. This feature is available since version 0.1.0.
Please see following example.
Example[edit]
Screenshot[edit]
Code[edit]
{
"headline": "My Menu",
"menu": [{
"label": "My Menu Item"
}, {
"type": "separator"
}, {
"type": "settings"
}]
}