Roles & permissions
Activator 3 uses a single, unified Designer interface. What you can see and do depends on your role. Roles are implemented via feature flags, and can be customized per tenant.
If your tenant differs from the defaults described below, your UI may expose more or fewer.
How the permission model works
Activator 3 evaluates access in two steps:
-
Role-based capabilities (feature flags): control which tools, panels, buttons, and workflows are available in the UI.
-
Resource-level permissions: some objects also enforce rules such as membership, ownership, or tenant policy when you perform an action.
How to interpret issues:
-
If a feature is missing or disabled in the UI, it is typically blocked by role-based capabilities (feature flags).
-
If the UI shows the action but the system blocks the operation, it is typically due to resource-level permissions.
Roles
Activator 3 supports three end-user roles:
Activator Content Editor
-
Primary focus: produce and edit content using approved building blocks.
-
Has a simplified authoring experience (some advanced panels and workflows are disabled by default).
Activator Content Designer
-
Primary focus: create and maintain content structures and reusable assets.
-
Has access to broader creation workflows compared to Content Editor.
Activator Brand Designer
-
Primary focus: brand governance and advanced authoring capabilities.
-
Owns brand-level Design System creation and advanced Design System editing.
Default role setup (feature flags)
The table below summarizes the default capabilities configured for each role. Tenants can override these flags.
|
Capability / area |
Content Editor |
Content Designer |
Brand Designer |
|---|---|---|---|
|
Briefcase functionality |
DISABLED |
ENABLED |
ENABLED |
|
Navigate: Tree-navigation |
DISABLED |
ENABLED |
ENABLED |
|
Navigate: Layout-navigation |
ENABLED |
DISABLED |
ENABLED |
|
Style Panel |
DISABLED |
ENABLED |
ENABLED |
|
Components Panel |
DISABLED |
ENABLED |
ENABLED |
|
Source Code editing |
DISABLED |
ENABLED |
ENABLED |
What the main differences mean in practice
Content Editor vs Content Designer
-
Content Editor has key advanced authoring tools disabled by default (Styles Panel, Components Panel, Source Code editing, and Layout workflows).
-
Content Designer has Briefcase functionality enabled and keeps the broader authoring workflows available.
Brand Designer
-
Brand Designer includes everything in Content Designer, plus governance-related capabilities (primarily around Design Systems).
Design Systems
Design System access is a combination of (A) Design System feature flags and (B) Design System-specific resource permissions. This section documents both.
Design System capabilities (feature flags)
These capabilities control what Design System features are available in the UI. They are role-based and can be customized per tenant.
|
Capability / area |
Content Editor |
Content Designer |
Brand Designer |
|---|---|---|---|
|
Create/Duplicate Design Systems |
DISABLED |
DISABLED |
ENABLED |
|
Update Design Systems |
DISABLED |
DISABLED |
RESTRICTED* |
|
Create/Edit Layouts |
DISABLED |
RESTRICTED* |
RESTRICTED* |
|
Create/Edit Templates |
DISABLED |
RESTRICTED* |
RESTRICTED* |
|
Add Custom Scripts |
DISABLED |
DISABLED |
RESTRICTED* |
|
Edit Custom Scripts |
DISABLED |
DISABLED |
RESTRICTED** |
|
Add Fonts |
DISABLED |
DISABLED |
RESTRICTED* |
|
Edit Fonts |
DISABLED |
DISABLED |
RESTRICTED** |
|
Add Colors |
DISABLED |
DISABLED |
RESTRICTED* |
|
Edit Colors |
DISABLED |
DISABLED |
RESTRICTED** |
|
Create Slide Fragments |
ENABLED |
ENABLED |
ENABLED |
|
Edit Slide Fragments |
RESTRICTED** |
RESTRICTED* |
RESTRICTED* |
|
Create Menus |
ENABLED |
ENABLED |
ENABLED |
|
Edit Menus |
RESTRICTED** |
RESTRICTED* |
RESTRICTED* |
|
Create Helpers |
ENABLED |
ENABLED |
ENABLED |
|
Edit Helpers |
RESTRICTED** |
RESTRICTED* |
RESTRICTED* |
Design System permissions
In addition to role capabilities, Design Systems may enforce object-level rules when you perform actions. Common patterns include:
-
RESTRICTED* Membership / editors list: you may need to be added as an editor on a specific Design System (or its resources) to create or update it.
-
RESTRICTED** Ownership rules: some Design System resources can be edited or deleted only by their creator unless elevated permissions apply.
If your tenant differs from the defaults described above, your UI may expose more or fewer.