Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BSD fixes #347: Allow editors to work with case study content. #355

Merged
merged 1 commit into from
Dec 2, 2024
Merged
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 config/sync/user.role.editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- node.type.bixaler
- node.type.blog
- node.type.case_study
- node.type.contract_vehicle
- node.type.landing_page
- taxonomy.vocabulary.certifications
Expand Down Expand Up @@ -41,6 +42,7 @@ permissions:
- 'administer mainnavcta menu items'
- 'create bixaler content'
- 'create blog content'
- 'create case_study content'
- 'create contract_vehicle content'
- 'create landing_page content'
- 'create media'
Expand All @@ -52,6 +54,7 @@ permissions:
- 'create url aliases'
- 'delete any bixaler content'
- 'delete any blog content'
- 'delete any case_study content'
- 'delete any contract_vehicle content'
- 'delete any landing_page content'
- 'delete any media'
Expand All @@ -62,6 +65,7 @@ permissions:
- 'delete terms in team'
- 'edit any bixaler content'
- 'edit any blog content'
- 'edit any case_study content'
- 'edit any contract_vehicle content'
- 'edit any landing_page content'
- 'edit terms in certifications'
Expand Down