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/header-apps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Below you can find an example of how to setup a Header App using the manifest fi
51
51
52
52
* First we define the type which is a `headerApp`. Then we add a unique alias and a name to define the extension UI.
53
53
* Then we can define what kind of extension it is, where in this case we can use a pre-defined element called button.
54
-
* The button requires some : an icon, label of the button (name of the button) and a link which opens once clicked.
54
+
* The button requires some metadata: an icon, label of the button (name of the button) and a link which opens once clicked.
55
55
56
56
4. In the `header-app` folder run `npm run build` and then run the project. Then in the backoffice you will see our new Header App extension with **heart icon**:
0 commit comments