Allow visitors to see the Drupal visitor count on content

This commit is contained in:
benjamin melançon 2025-02-20 11:47:58 -05:00
parent 39d0d48fe1
commit 36fe87400b
3 changed files with 6 additions and 0 deletions

View file

@ -15,6 +15,7 @@ dependencies:
- node - node
- statistics - statistics
- system - system
- visitors
_core: _core:
default_config_hash: dJ0L2DNSj5q6XVZAGsuVDpJTh5UeYkIPwKrUOOpr8YI default_config_hash: dJ0L2DNSj5q6XVZAGsuVDpJTh5UeYkIPwKrUOOpr8YI
id: authenticated id: authenticated
@ -38,3 +39,4 @@ permissions:
- 'view media' - 'view media'
- 'view own unpublished content' - 'view own unpublished content'
- 'view post access counter' - 'view post access counter'
- 'view visitors counter'

View file

@ -21,6 +21,7 @@ dependencies:
- system - system
- taxonomy - taxonomy
- toolbar - toolbar
- visitors
_core: _core:
default_config_hash: wx_SmNDtHorXJ90rDiwqo6EvHgyvz6_SZFsFO77cdvY default_config_hash: wx_SmNDtHorXJ90rDiwqo6EvHgyvz6_SZFsFO77cdvY
id: contributor id: contributor
@ -47,3 +48,4 @@ permissions:
- 'update media' - 'update media'
- 'use text format full_html' - 'use text format full_html'
- 'view the administration theme' - 'view the administration theme'
- 'view visitors counter'

View file

@ -19,6 +19,7 @@ dependencies:
- taxonomy - taxonomy
- toolbar - toolbar
- tour - tour
- visitors
_core: _core:
default_config_hash: rlOWgxSj7Nc4dVgLS2xaxjHVZNv9u9Csoy8JavNvygc default_config_hash: rlOWgxSj7Nc4dVgLS2xaxjHVZNv9u9Csoy8JavNvygc
id: editor id: editor
@ -55,3 +56,4 @@ permissions:
- 'view all revisions' - 'view all revisions'
- 'view own unpublished content' - 'view own unpublished content'
- 'view the administration theme' - 'view the administration theme'
- 'view visitors counter'