You are here

user.role.anonymous.yml in Drupal 10

core/profiles/standard/config/install/user.role.anonymous.yml

File

core/profiles/standard/config/install/user.role.anonymous.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - filter.format.restricted_html
  6. module:
  7. - comment
  8. - contact
  9. - filter
  10. - search
  11. - system
  12. id: anonymous
  13. label: 'Anonymous user'
  14. weight: 0
  15. is_admin: false
  16. permissions:
  17. - 'access comments'
  18. - 'access content'
  19. - 'access site-wide contact form'
  20. - 'search content'
  21. - 'use text format restricted_html'