diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorheader.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorheader.directive.js index 75df00c596..364190cf72 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorheader.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorheader.directive.js @@ -161,12 +161,14 @@ Use this directive to construct a header inside the main editor window. name: "", navigation: [ { + "alias": "section1", "name": "Section 1", "icon": "icon-document-dashed-line", "view": "/App_Plugins/path/to/html.html", "active": true }, { + "alias": "section2", "name": "Section 2", "icon": "icon-list", "view": "/App_Plugins/path/to/html.html",