Skip to content

Commit e8bd8dd

Browse files
Update 16/umbraco-cms/customizing/extending-overview/extension-types/header-apps.md
Co-authored-by: Esha Noronha <[email protected]>
1 parent 2ab0cc1 commit e8bd8dd

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/header-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Below you can find an example of how to setup a Header App using the manifest fi
5151

5252
* First we define the type which is a `headerApp`. Then we add a unique alias and a name to define the extension UI.
5353
* 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.
5555

5656
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**:
5757

0 commit comments

Comments
 (0)