From b77a354a3877006249267a6022f6f65d3e83d782 Mon Sep 17 00:00:00 2001 From: Chris Green Date: Fri, 3 May 2024 10:58:20 -0700 Subject: [PATCH] Close #3385 Remove redundant permissions in "Content Administrator" role. (#3388) Co-authored-by: Joe Parsons <471936+joeparsons@users.noreply.github.com> --- config/install/user.role.az_content_admin.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/install/user.role.az_content_admin.yml b/config/install/user.role.az_content_admin.yml index 59cdd46e64..84291af84a 100644 --- a/config/install/user.role.az_content_admin.yml +++ b/config/install/user.role.az_content_admin.yml @@ -6,7 +6,6 @@ label: 'Content administrator' weight: 3 is_admin: false permissions: - - 'access draggableviews' - 'access news feeds' - 'access site reports' - 'access taxonomy overview' @@ -22,7 +21,6 @@ permissions: - 'administer languages' - 'administer menu' - 'administer meta tags' - - 'administer nodes' - 'administer quickstart configuration' - 'administer redirects' - 'administer shortcuts' @@ -82,7 +80,6 @@ permissions: - 'delete webform submissions own node' - 'edit any webform' - 'edit any webform submission' - - 'edit own az_audio media' - 'edit terms in az_event_categories' - 'edit terms in az_news_tags' - 'edit terms in az_page_categories' @@ -97,10 +94,5 @@ permissions: - 'update content translations' - 'update any media' - 'use advanced search' - - 'use editorial transition az_publish' - - 'use editorial transition az_unpublish' - - 'use editorial transition create_new_draft' - 'use marketing campaign page styles' - - 'view any unpublished content' - - 'view latest version' - 'view post access counter'