Version 1
[yaffs-website] / web / modules / contrib / advagg / advagg_cdn / config / schema / advagg_cdn.schema.yml
1 advagg_cdn.settings:
2   type: config_entity
3   label: Settings
4   mapping:
5     cdn:
6       type: string
7       label: 'Which CDN to use.'
8     jquery:
9       type: boolean
10       label: 'Whether or not to use a CDN version of jQuery'
11     jquery_version:
12       type: string
13       label: 'jQuery version to use'
14     jquery_ui_css:
15       type: boolean
16       label: 'Whether or not to use a CDN version of jQuery UI CSS files.'
17     jquery_ui_js:
18       type: boolean
19       label: 'Whether or not to use a CDN version of jQuery UI JavaScript files.'
20     jquery_ui_theme:
21       type: string
22       label: 'jQuery UI theme to use.'
23     jquery_ui_version:
24       type: string
25       label: 'jQuery UI version to use.'
26     minified:
27       type: boolean
28       label: 'Whether or not to use a CDN version of jQuery'