Hi, I followed the guide on the link below and register two new sections successfully but I couldn't find a way to use the builder properly in order to order my sections before ex. settings. The guide doesn't specify If I have to create a new class or inject the builder and where should I do it.
So my question is how can I order my custom sections before the others umbraco sections.
Moreove on UMBRACO 11 there is no class SectionsCollectionBuilder, but rather SectionCollectionBuilder.
i agree! i am also at this stage and i have my tree built but i cant fnid any documentation to show me how to render a view in the content window! any ideas?
Umbraco 11 ORDER CUSTOM SECTIONS
Hi, I followed the guide on the link below and register two new sections successfully but I couldn't find a way to use the builder properly in order to order my sections before ex. settings. The guide doesn't specify If I have to create a new class or inject the builder and where should I do it.
https://docs.umbraco.com/umbraco-cms/extending/section-trees/sections/
So my question is how can I order my custom sections before the others umbraco sections. Moreove on UMBRACO 11 there is no class SectionsCollectionBuilder, but rather SectionCollectionBuilder.
Yeah, found it out myself.. In my opinion the documentation is not complete.
So in case anyone else comes across this. If you want to order the sections you must not register sections on startup cause then composer won't work.
So I commented AddSection<> on startup an then
i agree! i am also at this stage and i have my tree built but i cant fnid any documentation to show me how to render a view in the content window! any ideas?
is working on a reply...