Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/control-panel/categories.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ Extra saving options are also available from the dropdown menu under "Save":
- "Save & Close" - redirects to categories list after saving
- "Clone to New Category" - saves the changes into a new category. The current category is used as a "template" and remains unchanged.

Note that only members with appropriate permissions are able to perform actions on categories. The permissions are being set per Role globally as well as per each Category Group.

## Create/Edit Category Groups

**Control Panel Location: `Content > Categories > New/Edit Category Group`**

Access to this sections requires "Can edit category groups" permission to be set for the users member Role.

The category group form is broken out into 3 tabs:

### Details tab
Expand Down
3 changes: 3 additions & 0 deletions docs/development/services/permission.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ The following are permission names available for validating a user's permissions
- `can_create_channel_fields`
- `can_edit_channel_fields`
- `can_delete_channel_fields`
- `can_create_category_groups`
- `can_edit_category_groups`
- `can_delete_category_groups`
- `can_create_categories`
- `can_edit_categories`
- `can_delete_categories`
Expand Down