Skip to content

Commit bd1aa2e

Browse files
author
Steve Kwak
committed
dupe information replaced with link
1 parent 560426b commit bd1aa2e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

reference/structure/manifest.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,7 @@ Key path | Type | Description | Required
8585

8686
## UI entry points
8787

88-
The `uiEntryPoints` field is an _array_ of objects matching the MenuItemDefinition format specified below. These entries appear both in the _Plugins_ menu in the native menubar, and the "plugin launchpad" sidebar panel.
89-
90-
* If only one entry point is specified, clicking the plugin name in the menu or in the launchpad sidebar runs your plugin command directly. There is no label to specify since the plugin name acts as the label.
91-
92-
* If multiple entry points are specified, items are automatically grouped into a submenu and into a collapsible section in the launchpad sidebar. The overall submenu/section uses the plugin name as its label, but you
93-
must specify a label for each individual MenuItemDefinition. Items appear in the submenu/section in the same order as they're listed in the `uiEntryPoints` array.
88+
The `uiEntryPoints` field is an _array_ of objects matching the MenuItemDefinition format specified below. These entries appear both in the _Plugins_ menu in the native menubar, and the "plugin launchpad" sidebar panel. See the [Plugin names and labels](/reference/structure/naming.md) page for details on how these entries are displayed.
9489

9590
### MenuItemDefinition
9691

0 commit comments

Comments
 (0)