You are here

block_blacklist.schema.yml in Block Blacklist [Deprecated] 8

config/schema/block_blacklist.schema.yml

File

config/schema/block_blacklist.schema.yml
View source
  1. block_blacklist.settings:
  2. type: config_object
  3. label: 'Block Blacklist 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. layout_match:
  15. type: string
  16. label: "Strings to match for Layout Builder blocks"
  17. layout_prefix:
  18. type: string
  19. label: "Strings to use as prefixes for Layout Builder blocks"
  20. layout_regex:
  21. type: string
  22. label: "Strings to use as regexes for Layout Builder blocks"