css_editor.schema.yml in CSS Editor 8
  config/schema/css_editor.schema.yml
File
config/schema/css_editor.schema.ymlView source
- # Schema for the configuration files of the CSS Editor module.
- 
- css_editor.theme.*:
-   type: config_object
-   label: 'Custom CSS'
-   mapping:
-     path:
-       type: path
-       label: ''
-     enabled:
-       type: boolean
-       label: 'Enable or disable custom CSS:'
-     css:
-       type: text
-       label: ''
-     plaintext_enabled:
-       type: boolean
-       label: 'Use plain text editor'
-     autopreview_enabled:
-       type: boolean
-       label: 'Enable auto preview'
