diff --git a/config/sync/user.role.contributor.yml b/config/sync/user.role.contributor.yml index 28f5fe1..168e335 100644 --- a/config/sync/user.role.contributor.yml +++ b/config/sync/user.role.contributor.yml @@ -15,6 +15,7 @@ dependencies: - filter - node - quickedit + - shortcut - system - taxonomy - toolbar @@ -28,6 +29,7 @@ permissions: - 'access content overview' - 'access contextual links' - 'access in-place editing' + - 'access shortcuts' - 'access toolbar' - 'create article content' - 'create blog content' diff --git a/config/sync/user.role.editor.yml b/config/sync/user.role.editor.yml index 746b3be..025b19a 100644 --- a/config/sync/user.role.editor.yml +++ b/config/sync/user.role.editor.yml @@ -14,6 +14,7 @@ dependencies: - quickedit - redirect - role_delegation + - shortcut - system - taxonomy - toolbar @@ -30,6 +31,7 @@ permissions: - 'access contextual links' - 'access files overview' - 'access in-place editing' + - 'access shortcuts' - 'access site in maintenance mode' - 'access toolbar' - 'access tour' diff --git a/config/sync/user.role.manager.yml b/config/sync/user.role.manager.yml index ab86367..a4a41a3 100644 --- a/config/sync/user.role.manager.yml +++ b/config/sync/user.role.manager.yml @@ -21,6 +21,7 @@ dependencies: - quickedit - redirect - role_delegation + - shortcut - system - taxonomy - toolbar @@ -41,6 +42,7 @@ permissions: - 'access contextual links' - 'access files overview' - 'access in-place editing' + - 'access shortcuts' - 'access site in maintenance mode' - 'access toolbar' - 'access tour'