diff --git a/config/sync/user.role.anonymous.yml b/config/sync/user.role.anonymous.yml index 0e8f6e0..65f30de 100644 --- a/config/sync/user.role.anonymous.yml +++ b/config/sync/user.role.anonymous.yml @@ -23,6 +23,7 @@ permissions: - 'post comments' - 'search Google CSE' - 'search content' + - 'skip comment approval' - 'use exclude node title' - 'use text format 1' - 'use text format 3' diff --git a/config/sync/user.role.authenticated.yml b/config/sync/user.role.authenticated.yml index e2b9f8b..ef562b6 100644 --- a/config/sync/user.role.authenticated.yml +++ b/config/sync/user.role.authenticated.yml @@ -29,6 +29,7 @@ permissions: - 'edit own weblinks' - 'post comments' - 'search content' + - 'skip comment approval' - 'use exclude node title' - 'use text format 1' - 'use text format 3' diff --git a/config/sync/user.role.contributor.yml b/config/sync/user.role.contributor.yml index 4fcdbce..012c0c2 100644 --- a/config/sync/user.role.contributor.yml +++ b/config/sync/user.role.contributor.yml @@ -9,16 +9,12 @@ label: Contributor weight: 2 is_admin: null permissions: + - 'access content overview' - 'access contextual links' - 'access in-place editing' - 'create article content' - 'create blog content' - - 'create page content' - 'create people content' - - 'delete own article content' - - 'delete own blog content' - - 'delete own page content' - - 'delete own people content' - 'edit own article content' - 'edit own blog content' - 'edit own comments' @@ -26,5 +22,5 @@ permissions: - 'edit own people content' - 'edit terms in tags' - 'skip comment approval' - - 'use exclude node title' + - 'use text format full_html' - 'view the administration theme' diff --git a/config/sync/user.role.editor.yml b/config/sync/user.role.editor.yml index 721b46e..5ccf896 100644 --- a/config/sync/user.role.editor.yml +++ b/config/sync/user.role.editor.yml @@ -30,8 +30,7 @@ permissions: - 'delete all revisions' - 'revert all revisions' - 'skip comment approval' - - 'use exclude node title' - - 'use text format restricted_html' + - 'use text format full_html' - 'view all revisions' - 'view own unpublished content' - 'view the administration theme'