d83ff2176312c5c6b6cb55fe70d523f8f1764e18
[yaffs-website] / web / modules / contrib / advagg / advagg_js_minify / config / schema / advagg_js_minify.schema.yml
1 advagg_js_minify.settings:
2   type: config_entity
3   label: Settings
4   mapping:
5     add_license:
6       type: boolean
7       label: 'Add licensing information to aggregates for individual source files.'
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.'
20     minifier:
21       type: integer
22       label: 'Minifier to use. 0 is disabled.'
23     ratio_max:
24       type: float
25       label: 'Upper bound comparison value for the minification ratio test.'
26     ratio_min:
27       type: float
28       label: 'Lower bound comparison value for the minification ratio test.'