Skip to content

Commit aba5edc

Browse files
abjernernathanwoulfe
authored andcommitted
Fixed issue in umbeditorheader.directive.js examples
1 parent 555b4fa commit aba5edc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorheader.directive.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,14 @@ Use this directive to construct a header inside the main editor window.
161161
name: "",
162162
navigation: [
163163
{
164+
"alias": "section1",
164165
"name": "Section 1",
165166
"icon": "icon-document-dashed-line",
166167
"view": "/App_Plugins/path/to/html.html",
167168
"active": true
168169
},
169170
{
171+
"alias": "section2",
170172
"name": "Section 2",
171173
"icon": "icon-list",
172174
"view": "/App_Plugins/path/to/html.html",

0 commit comments

Comments
 (0)