Version 1
[yaffs-website] / web / modules / contrib / advagg / advagg_css_minify / config / schema / advagg_css_minify.schema.yml
1 advagg_css_minify.settings:
2   type: config_entity
3   label: Settings
4   mapping:
5     minifier:
6       type: integer
7       label: 'Which minifier to use. 0 is Disabled.'
8     file_settings:
9       type: sequence
10       label: 'Per file minification settings.'
11       sequence:
12         type: mapping
13         mapping:
14           path:
15             type: string
16             label: 'File path to asset.'
17           minifier:
18             type: integer
19             label: 'Which minifier to use for this file. 0 is disabled.'