You are here

xbbcode.schema.yml in Extensible BBCode 8.2

config/schema/xbbcode.schema.yml

File

config/schema/xbbcode.schema.yml
View source
  1. xbbcode.settings:
  2. type: mapping
  3. label: 'Global XBBCode settings'
  4. mapping:
  5. tags:
  6. type: xbbcode.tag_settings
  7. filter_settings.xbbcode:
  8. type: mapping
  9. label: 'XBBCode filter-specific settings'
  10. mapping:
  11. override:
  12. type: boolean
  13. label: 'Override the global settings'
  14. linebreaks:
  15. type: boolean
  16. label: 'Convert linebreaks'
  17. tags:
  18. type: xbbcode.tag_settings
  19. xbbcode.tag_settings:
  20. type: sequence
  21. label: 'Tag settings (ignored when not overriding)'
  22. sequence:
  23. type: mapping
  24. label: 'One tag setting'
  25. mapping:
  26. enabled:
  27. type: boolean
  28. label: 'Whether or not this tag is enabled'
  29. module:
  30. type: string
  31. label: 'The module that this tag is handled by'