Skip to content

Commit f9a81ef

Browse files
committed
Update header app package and extension names in docs
Replaces 'My Header App' with 'My Package' in JSON examples and updates the alias and name fields for clarity in the header app extension documentation.
1 parent c3fcdf4 commit f9a81ef

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Header Apps can also be created using TypeScript. Examples of both approaches ar
2323
```json
2424
{
2525
"$schema": "../../umbraco-package-schema.json",
26-
"name": "My Header App",
26+
"name": "My Package",
2727
"version": "0.1.0",
2828
"extensions": [
2929
{
@@ -85,13 +85,13 @@ In order for a header app to have some functionality, extension authors will nee
8585
```json
8686
{
8787
"$schema": "../../umbraco-package-schema.json",
88-
"name": "My Header App",
88+
"name": "My Package",
8989
"version": "0.1.0",
9090
"extensions": [
9191
{
9292
"type": "headerApp",
93-
"alias": "My.HeaderApp",
94-
"name": "My Header App",
93+
"alias": "My.HeaderApp.ServerServices",
94+
"name": "My Server Services Header App",
9595
"kind": "button",
9696
"element": "/App_Plugins/MyPackage/server-services-header-app.js"
9797
}

0 commit comments

Comments
 (0)