You are here

block_list_override.schema.yml in Block List Override 1.0.x

config/schema/block_list_override.schema.yml

File

config/schema/block_list_override.schema.yml
View source
  1. block_list_override.settings:
  2. type: config_object
  3. label: 'Block List Override settings'
  4. mapping:
  5. system_match:
  6. type: string
  7. label: "Strings to match for system blocks"
  8. system_prefix:
  9. type: string
  10. label: "Strings to use as prefixes for system blocks"
  11. system_regex:
  12. type: string
  13. label: "Strings to use as regexes for system blocks"
  14. system_negate:
  15. type: boolean
  16. label: "Negate option for system blocks"
  17. layout_match:
  18. type: string
  19. label: "Strings to match for Layout Builder blocks"
  20. layout_prefix:
  21. type: string
  22. label: "Strings to use as prefixes for Layout Builder blocks"
  23. layout_regex:
  24. type: string
  25. label: "Strings to use as regexes for Layout Builder blocks"
  26. layout_negate:
  27. type: boolean
  28. label: "Negate option for Layout Builder blocks"