You are here

minifyhtml.schema.yml in Minify Source HTML 8

config/schema/minifyhtml.schema.yml

File

config/schema/minifyhtml.schema.yml
View source
  1. minifyhtml.config:
  2. type: config_object
  3. label: 'Minify HTML settings'
  4. mapping:
  5. strip_comments:
  6. type: boolean
  7. label: 'Strip comments from the source HTML'
  8. minify:
  9. type: boolean
  10. label: 'Minified Source HTML'