You are here

syntaxhighlighter.schema.yml in Syntax Highlighter 8

config/schema/syntaxhighlighter.schema.yml

File

config/schema/syntaxhighlighter.schema.yml
View source
  1. # Schema for the configuration files of the Syntax Highlighter module.
  2. syntaxhighlighter.settings:
  3. type: config_object
  4. label: 'Syntax Highlighter settings'
  5. mapping:
  6. enabled_languages:
  7. type: sequence
  8. label: 'Enabled languages'
  9. sequence:
  10. type: string
  11. use_autoloader:
  12. type: boolean
  13. label: 'Use autoloader'
  14. theme:
  15. type: string
  16. label: 'Theme'
  17. tagname:
  18. type: string
  19. label: 'Tag name'
  20. legacy_mode:
  21. type: integer
  22. label: 'Legacy mode'
  23. inject:
  24. type: integer
  25. label: 'Inject js/css code on specific pages'
  26. pages:
  27. type: string
  28. label: 'Inject only on the listed pages'
  29. default_expressions:
  30. type: string
  31. label: 'Default expressions'