From aba5edce029a0946d9089035d3bd8497391407cf Mon Sep 17 00:00:00 2001 From: Anders Bjerner Date: Thu, 17 Feb 2022 13:00:38 +0100 Subject: [PATCH] Fixed issue in umbeditorheader.directive.js examples --- .../directives/components/editor/umbeditorheader.directive.js | 2 ++ 1 file changed, 2 insertions(+) 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",