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: 16/umbraco-cms/customizing/extending-overview/extension-types/entity-actions.md
+38-3Lines changed: 38 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,31 @@ Sidebar Context Menu is an entity action that can be performed on a menu item. F
50
50
51
51
## Registering an Entity Action <ahref="#registering-an-entity-action"id="registering-an-entity-action"></a>
52
52
53
+
To register an Entity Action in Umbraco, you first need to create an `umbraco-package.json` file for your package. This file serves as the package manifest, allowing Umbraco to discover and register your extension.
54
+
You can find detailed guidance on creating and configuring the package manifest here:
0 commit comments