From 51d2bd8a53627fb05931e8d6cb46c776b6c49c53 Mon Sep 17 00:00:00 2001 From: megakeegman Date: Fri, 28 Jan 2022 20:33:40 -0500 Subject: [PATCH] Configure shortcuts for editors and managers --- config/sync/user.role.contributor.yml | 2 ++ config/sync/user.role.editor.yml | 2 ++ config/sync/user.role.manager.yml | 2 ++ 3 files changed, 6 insertions(+) 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'