You are here

editoria11y.schema.yml in Editoria11y Accessibility Checker 1.0.x

config/schema/editoria11y.schema.yml

File

config/schema/editoria11y.schema.yml
View source
  1. Editoria11y.settings:
  2. type: config_object
  3. label: 'Editoria11y Settings'
  4. mapping:
  5. content_root:
  6. type: string
  7. label: 'Check elements in these containers'
  8. assertiveness:
  9. type: string
  10. label: 'Alert panel assertiveness'
  11. no_load:
  12. type: string
  13. label: 'Do not run if these elements are on the page'
  14. ignore_containers:
  15. type: string
  16. label: 'Do not run tests on these containers'
  17. ignore_for_outline:
  18. type: string
  19. label: 'Exclude these headers from the page outline'
  20. embedded_content_warning:
  21. type: string
  22. label: 'Full check should warn on these elements with embedded uncheckable content.'
  23. allow_overflow:
  24. type: string
  25. label: 'These containers are overridden to overflow:visible when tip is open'
  26. download_links:
  27. type: string
  28. label: 'These links download a document or image and need a manual review'
  29. hidden_handlers:
  30. type: string
  31. label: 'Hidden elements in these containers will be revealed by theme JS on request via a dispatched event'