You are here

advagg_bundler.schema.yml in Advanced CSS/JS Aggregation 8.3

advagg_bundler/config/schema/advagg_bundler.schema.yml

File

advagg_bundler/config/schema/advagg_bundler.schema.yml
View source
  1. advagg_bundler.settings:
  2. type: config_entity
  3. label: Settings
  4. mapping:
  5. active:
  6. type: boolean
  7. label: 'Whether to run the bundler options.'
  8. css:
  9. type: mapping
  10. label: 'Settings for CSS bundling.'
  11. mapping:
  12. max:
  13. type: integer
  14. label: 'Maximum target css aggregates.'
  15. logic:
  16. type: integer
  17. label: 'The logic to use for bundling the CSS Files.'
  18. js:
  19. type: mapping
  20. label: 'Settings for JavaScript bundling.'
  21. mapping:
  22. max:
  23. type: integer
  24. label: 'Maximum target JavaScript aggregates.'
  25. logic:
  26. type: integer
  27. label: 'The logic to use for bundling the JS Files.'