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
Copy file name to clipboardExpand all lines: docs/extend/develop/add-action.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Below is the code snippet that adds your action to the contributions section of
52
52
| text | Text that appears on the menu item. |
53
53
| title | Tooltip text that appears on the menu item. |
54
54
| icon | URL to an icon that appears on the menu item. Relative URLs are resolved using baseUri. |
55
-
| groupId | Determines where this menu item appears in relation to the others. [How to discover menu group identifiers](../test/discover-menu-group-ids.md). |
55
+
| groupId | Determines where this menu item appears in relation to the others. |
56
56
| uri | URI to a page that registers the menu action handler (see below). |
57
57
| registeredObjectId | (Optional) Name of the registered menu action handler. Defaults to the contributor id. |
0 commit comments