Move content templates tree to content section #11743
Replies: 3 comments
-
In Umbraco 9.1.0+ it is possible to remove the existing "Content Templates" tree:
and then register a new controller inheriting from
This will create two root tree nodes "Content" and "Content Templates". If using |
Beta Was this translation helpful? Give feedback.
-
One isssue I noticed when moving the Content Templates tree to content section is that the but when granting "Editors" group access to "Settings" section as well this doesn't fail. |
Beta Was this translation helpful? Give feedback.
-
Furthermore I noticed the "Create Content Template" menu action doesn't do anything unless the user has access to settings section or this basically route to
Final solution for now
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It is possible to remove/filter a tree node from code and inject a custom tree node: https://our.umbraco.com/documentation/extending/section-trees/trees#treenodesrendering
but is it possible to move an existing tree node to another tree group or section? For example I think it makes sense to move content templates to content section or another section than "Settings" which we mostly don't want to grant access to editors.
Content editors are able to create content templates, but by default they can't edit or delete these.
Beta Was this translation helpful? Give feedback.
All reactions