Skip to content

Commit eddbae7

Browse files
authored
Update 17/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-action-menu-items.md
1 parent 2736351 commit eddbae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-action-menu-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The `default` kind provides standard menu item functionality for executing custo
4747
- **`meta.label`** - Text displayed in the menu item
4848
- **`meta.icon`** - Optional icon displayed alongside the label
4949

50-
The API class either provides a `getHref()` method or an `execute()` method. If the `getHref()` method is provided, the action will open the returned URL. Otherwise, the `execute()` method will be run when the menu item is clicked.
50+
The API class provides either a `getHref()` method or an `execute()` method. If the `getHref()` method is provided, the action will open the returned URL. Otherwise, the `execute()` method will be run when the menu item is clicked.
5151

5252
**Use case:** General purpose menu items that execute custom logic or navigate to a URL when clicked.
5353

0 commit comments

Comments
 (0)