You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above example will put add a submenu "Example" under "Apps" menu if it doesn't exist, and then a menu item "Service" under "Example" submenu.
NOTE: Only Apps is a valid root menu at this time
root
Defines what root menu this service is under. Eventually supported values will be Layout | Analysis | Tools | Apps.
When this value is missing, the menu item will be added under the Apps menu.
path
A list of MenuItemPaths that specifies the hierarchy of submenu and menu item for this service. Each object in the list has these
attributes:
{
"name": string,"gravity": int
}
name: Display name of the submenu or menu item.
gravity: Relative position of the menu item. Lower number means higher in the menu.