File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed
14/umbraco-cms/customizing/extending-overview/extension-types
15/umbraco-cms/customizing/extending-overview/extension-types Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,20 @@ interface UmbSectionSidebarAppElement {}
4343
4444``` typescript
4545{
46- " type" : " menuSectionSidebarApp" ,
46+ " type" : " sectionSidebarApp" ,
47+ " kind" : " menu" ,
4748 " alias" : " My.SectionSidebarApp.MyMenu" ,
4849 " name" : " My Menu Section Sidebar App" ,
4950 " meta" : {
5051 " label" : " My Sidebar Menu" ,
51- " sections" : [" My.Section" ],
5252 " menu" : " My.Menu"
53- }
53+ },
54+ " conditions" : [
55+ {
56+ " alias" : " Umb.Condition.SectionAlias" ,
57+ " match" : " My.Section"
58+ }
59+ ]
5460}
5561```
5662
Original file line number Diff line number Diff line change @@ -43,14 +43,20 @@ interface UmbSectionSidebarAppElement {}
4343
4444``` typescript
4545{
46- " type" : " menuSectionSidebarApp" ,
46+ " type" : " sectionSidebarApp" ,
47+ " kind" : " menu" ,
4748 " alias" : " My.SectionSidebarApp.MyMenu" ,
4849 " name" : " My Menu Section Sidebar App" ,
4950 " meta" : {
5051 " label" : " My Sidebar Menu" ,
51- " sections" : [" My.Section" ],
5252 " menu" : " My.Menu"
53- }
53+ },
54+ " conditions" : [
55+ {
56+ " alias" : " Umb.Condition.SectionAlias" ,
57+ " match" : " My.Section"
58+ }
59+ ]
5460}
5561```
5662
You can’t perform that action at this time.
0 commit comments