You are here

warden.schema.yml in Warden 8.2

Same filename and directory in other branches
  1. 8 config/schema/warden.schema.yml
  2. 3.x config/schema/warden.schema.yml
config/schema/warden.schema.yml

File

config/schema/warden.schema.yml
View source
  1. warden.settings:
  2. type: mapping
  3. label: Settings
  4. mapping:
  5. warden_allow_requests:
  6. type: boolean
  7. warden_public_allow_ips:
  8. type: string
  9. warden_server_host_path:
  10. type: string
  11. warden_http_username:
  12. type: string
  13. warden_http_password:
  14. type: string
  15. warden_token:
  16. type: string
  17. warden_match_contrib:
  18. type: boolean
  19. warden_match_custom:
  20. type: boolean
  21. warden_preg_match_custom:
  22. type: string
  23. warden_preg_match_contrib:
  24. type: string
  25. warden_match_core:
  26. type: boolean