Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / advagg / config / schema / advagg.schema.yml
1 advagg.settings:
2   type: config_entity
3   label: Settings
4   mapping:
5     css:
6       type: mapping
7       label: 'CSS settings'
8       mapping:
9         combine_media:
10           type: boolean
11           label: 'Combine multiple media selectors per aggregate.'
12         fix_type:
13           type: boolean
14           label: 'Fix type of added asset files.'
15         ie:
16           type: mapping
17           label: 'Internet Explorer specific CSS settings.'
18           mapping:
19             limit_selectors:
20               type: boolean
21               label: 'IE9 & under have problems with css files with more than 1095 selectors.'
22             selector_limit:
23               type: integer
24               label: 'Number of selectors to limit to.'
25         via_js:
26           type: boolean
27           label: 'If true then the css is being rendered via javascript'
28     dns_prefetch:
29       type: boolean
30       label: 'Prefetch external domains for css/js'
31     path:
32       type: mapping
33       label: 'Path/Url settings'
34       mapping:
35         convert:
36           type: mapping
37           label: 'What conversions to apply.'
38           mapping:
39             absolute_to_protocol_relative:
40               type: boolean
41               label: 'Convert absolute path css/js src/url() to be protocol relative'
42             force_https:
43               type: boolean
44               label: 'Convert absolute path css/js src/url() to use https://'
45     cache_level:
46       type: integer
47       label: 'Level of caching for AdvAgg to use.'
48     core_groups:
49       type: boolean
50       label: Use core grouping algorithm.
51     cron_frequency:
52       type: integer
53       label: frequency to run the AdvAgg cron maintenance functions.
54     debug:
55       type: boolean
56       label: 'Enable debug mode.'
57     enabled:
58       type: boolean
59       label: 'Enable AdvAgg.'
60     global_counter:
61       type: integer
62       label: 'Counter to force new aggregates through caches etc.'
63     include_base_url:
64       type: boolean
65       label: 'Include the base url in the aggregates hash.'
66     js_fix_type:
67       type: boolean
68       label: 'Fix type of added asset files.'
69     js_preserve_external:
70       type: boolean
71       label: 'Do not change external to file if on same host for js.'
72     root_dir_prefix:
73       type: string
74       label: 'Default root dir for the advagg files; controls advagg_get_root_files_dir().'
75     serializer:
76       type: string
77       label: 'Function to use when converting a non scalar to a string'
78     skip_enabled_preprocess_check:
79       type: boolean
80       label: 'Skip preprocess check on status page'
81     show_bypass_cookie_message:
82       type: boolean
83       label: 'Display a message when the bypass cookie is active.'