You are here

pathologic.schema.yml in Pathologic 8

config/schema/pathologic.schema.yml

File

config/schema/pathologic.schema.yml
View source
  1. pathologic.settings:
  2. type: config_object
  3. mapping:
  4. scheme_whitelist:
  5. type: sequence
  6. label: 'Scheme whitelist'
  7. sequence:
  8. - type: string
  9. label: 'Scheme'
  10. protocol_style:
  11. type: string
  12. label: 'Protocol style'
  13. local_paths:
  14. type: string
  15. label: 'Also considered local'
  16. filter_settings.filter_pathologic:
  17. type: filter
  18. label: 'Pathologic'
  19. mapping:
  20. settings_source:
  21. type: string
  22. label: 'Settings source'
  23. local_settings:
  24. type: mapping
  25. label: 'Local settings'
  26. mapping:
  27. protocol_style:
  28. type: string
  29. label: 'Protocol style'
  30. local_paths:
  31. type: string
  32. label: 'Also considered local'