Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
In Umbraco 14+ does anyone know how to hide sections such as Packages and Translation when there isn't a need for an admin to access them for a particular site?
It used to be done by
using Umbraco.Cms.Core.Sections
Then in a composer
builder.Sections().Remove
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" button below.
Hiding Sections in Umbraco 14+
In Umbraco 14+ does anyone know how to hide sections such as Packages and Translation when there isn't a need for an admin to access them for a particular site?
It used to be done by
using Umbraco.Cms.Core.Sections
Then in a composer
builder.Sections().Remove
builder.Sections().Remove
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" button below.