diff --git a/config/sync/user.role.authenticated.yml b/config/sync/user.role.authenticated.yml index 67d7e28..148f812 100644 --- a/config/sync/user.role.authenticated.yml +++ b/config/sync/user.role.authenticated.yml @@ -15,6 +15,7 @@ dependencies: - node - statistics - system + - visitors _core: default_config_hash: dJ0L2DNSj5q6XVZAGsuVDpJTh5UeYkIPwKrUOOpr8YI id: authenticated @@ -38,3 +39,4 @@ permissions: - 'view media' - 'view own unpublished content' - 'view post access counter' + - 'view visitors counter' diff --git a/config/sync/user.role.contributor.yml b/config/sync/user.role.contributor.yml index 5c54849..2e25be3 100644 --- a/config/sync/user.role.contributor.yml +++ b/config/sync/user.role.contributor.yml @@ -21,6 +21,7 @@ dependencies: - system - taxonomy - toolbar + - visitors _core: default_config_hash: wx_SmNDtHorXJ90rDiwqo6EvHgyvz6_SZFsFO77cdvY id: contributor @@ -47,3 +48,4 @@ permissions: - 'update media' - 'use text format full_html' - 'view the administration theme' + - 'view visitors counter' diff --git a/config/sync/user.role.editor.yml b/config/sync/user.role.editor.yml index 3b2d604..3e6e660 100644 --- a/config/sync/user.role.editor.yml +++ b/config/sync/user.role.editor.yml @@ -19,6 +19,7 @@ dependencies: - taxonomy - toolbar - tour + - visitors _core: default_config_hash: rlOWgxSj7Nc4dVgLS2xaxjHVZNv9u9Csoy8JavNvygc id: editor @@ -55,3 +56,4 @@ permissions: - 'view all revisions' - 'view own unpublished content' - 'view the administration theme' + - 'view visitors counter'