We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555b4fa commit aba5edcCopy full SHA for aba5edc
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.
161
name: "",
162
navigation: [
163
{
164
+ "alias": "section1",
165
"name": "Section 1",
166
"icon": "icon-document-dashed-line",
167
"view": "/App_Plugins/path/to/html.html",
168
"active": true
169
},
170
171
+ "alias": "section2",
172
"name": "Section 2",
173
"icon": "icon-list",
174
0 commit comments