The plugin adds a Super Content Access section to the Craft Control Panel.
Add the Access Control field to an entry type, category group, or product type field layout.
On the element edit screen you can:
Saving writes to plugin tables (super_content_access_*), not Craft field content. The field uses dbType: null.
Drafts: submitted values persist against the canonical element ID.
Sidebar scopes:
Lists every Craft channel and structure section. Click a section to set its default policy. Choosing Everyone removes the section-scoped policy.
For structure entries, categories, and structured Commerce products, effective access is:
Channel and single entries, and flat (non-structure) product types, skip step 2.
Lists every Craft channel and structure section. Click a section to set its default policy. Choosing Everyone removes the section-scoped policy.
Singles are not listed — configure access on the single entry.
/admin/super-content-access/access/channelsSame editor pattern for each category group. Nested categories inherit from parents before the group default.
/admin/super-content-access/access/categoriesSame editor pattern for each Commerce product type. When the type is structured, nested products inherit from parents before the type default.
Requires super-content-access:manage-policies.
URL:
/admin/super-content-access/settings
Requires a Craft admin user. When allowAdminChanges is false in config/general.php, the settings screen is still visible but read-only (fields disabled, save blocked)—same behaviour as Super Favourite.
Prefer config/super-content-access.php for environment-specific control (for example enable only in production via App::env('CRAFT_ENVIRONMENT')). Any key in that file overrides the CP value and shows a warning under the field. See Installation — Config file.
From the Craft dashboard, add: