user.role.authenticated.yml in Drupal 10
Same filename in this branch
Same filename and directory in other branches
core/profiles/standard/config/install/user.role.authenticated.yml
File
core/profiles/standard/config/install/user.role.authenticated.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - filter.format.basic_html
- module:
- - comment
- - contact
- - filter
- - search
- - shortcut
- - system
- id: authenticated
- label: 'Authenticated user'
- weight: 1
- is_admin: false
- permissions:
- - 'access comments'
- - 'access content'
- - 'access shortcuts'
- - 'access site-wide contact form'
- - 'post comments'
- - 'search content'
- - 'skip comment approval'
- - 'use text format basic_html'