You are here

css_editor.schema.yml in CSS Editor 8

config/schema/css_editor.schema.yml

File

config/schema/css_editor.schema.yml
View source
  1. # Schema for the configuration files of the CSS Editor module.
  2. css_editor.theme.*:
  3. type: config_object
  4. label: 'Custom CSS'
  5. mapping:
  6. path:
  7. type: path
  8. label: ''
  9. enabled:
  10. type: boolean
  11. label: 'Enable or disable custom CSS:'
  12. css:
  13. type: text
  14. label: ''
  15. plaintext_enabled:
  16. type: boolean
  17. label: 'Use plain text editor'
  18. autopreview_enabled:
  19. type: boolean
  20. label: 'Enable auto preview'