You are here

require_login.schema.yml in Require Login 8.2

Same filename and directory in other branches
  1. 8 config/schema/require_login.schema.yml
config/schema/require_login.schema.yml

File

config/schema/require_login.schema.yml
View source
  1. require_login.config:
  2. type: config_object
  3. label: 'Require Login'
  4. mapping:
  5. auth_path:
  6. type: text
  7. label: 'Login form path'
  8. destination_path:
  9. type: text
  10. label: 'Login destination path'
  11. deny_message:
  12. type: text
  13. label: 'Access denied message'
  14. excluded_403:
  15. type: boolean
  16. label: 'Exclude 403 (access denied) page'
  17. excluded_404:
  18. type: boolean
  19. label: 'Exclude 404 (not found) page'
  20. excluded_paths:
  21. type: text
  22. label: 'Excluded paths'
  23. excluded_node_types:
  24. type: config_object
  25. mapping:
  26. type: require_login.node_type
  27. excluded_routes:
  28. type: text
  29. label: 'Excluded route names'
  30. require_login.node_type:
  31. type: string
  32. label: 'Content Type'