You are here

critical_css.schema.yml in Critical CSS 8

config/schema/critical_css.schema.yml

File

config/schema/critical_css.schema.yml
View source
  1. # Schema for the configuration files of the critical_css module.
  2. critical_css.settings:
  3. type: config_object
  4. label: 'Critical CSS settings'
  5. mapping:
  6. enabled:
  7. type: boolean
  8. label: 'Enabled'
  9. enabled_for_logged_in_users:
  10. type: boolean
  11. label: 'Enabled for logged-in users'
  12. preload_non_critical_css:
  13. type: boolean
  14. label: 'Preload non-critical CSS'
  15. dir_path:
  16. type: string
  17. label: 'Critical CSS base directory'
  18. excluded_ids:
  19. type: string
  20. label: 'Excludes entity ids'