Yaffs site version 1.1
[yaffs-website] / web / modules / contrib / advagg / advagg_bundler / config / schema / advagg_bundler.schema.yml
1 advagg_bundler.settings:
2   type: config_entity
3   label: Settings
4   mapping:
5     active:
6       type: boolean
7       label: '.'
8     max_css:
9       type: integer
10       label: 'Maximum target css aggregates.'
11     css_logic:
12       type: integer
13       label: 'The logic to use for bundling the CSS Files.'
14     max_js:
15       type: integer
16       label: 'Maximum target js aggregates.'
17     js_logic:
18       type: integer
19       label: 'The logic to use for bundling the JS Files.'