X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fadvagg%2Fadvagg_mod%2Fconfig%2Fschema%2Fadvagg_mod.schema.yml;fp=web%2Fmodules%2Fcontrib%2Fadvagg%2Fadvagg_mod%2Fconfig%2Fschema%2Fadvagg_mod.schema.yml;h=80de17a1bcb353a01dc6e3ca9849f40d016c90e5;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/modules/contrib/advagg/advagg_mod/config/schema/advagg_mod.schema.yml b/web/modules/contrib/advagg/advagg_mod/config/schema/advagg_mod.schema.yml new file mode 100644 index 000000000..80de17a1b --- /dev/null +++ b/web/modules/contrib/advagg/advagg_mod/config/schema/advagg_mod.schema.yml @@ -0,0 +1,52 @@ +advagg_mod.settings: + type: config_entity + label: Settings + mapping: + css_adjust_sort_browsers: + type: boolean + label: 'Default value to adjust the sorting of browser conditional CSS.' + css_adjust_sort_external: + type: boolean + label: 'Default value to adjust the sorting of external CSS.' + css_defer: + type: integer + label: 'Default value to use JavaScript to defer CSS loading.' + css_defer_admin: + type: boolean + label: 'Whether to defer loading of CSS on the admin theme.' + css_defer_js_code: + type: integer + label: 'Default value of the inclusion method for the loadCSS code.' + css_preprocess: + type: boolean + label: 'Default value to turn on preprocessing for all CSS files.' + css_translate: + type: boolean + label: 'Default value to translate the content attributes of CSS files.' + js_adjust_sort_external: + type: boolean + label: 'Default value to adjust the sorting of external JavaScript' + js_adjust_sort_browsers: + type: boolean + label: 'Default value to adjust the sorting of browser conditional JavaScript.' + js_async: + type: boolean + label: 'Default value to have async on all JS script tags.' + js_async_in_header: + type: boolean + label: 'Default value to move async js to the header.' + js_defer: + type: integer + label: 'Default value to add the defer tag to all script tags.' + js_footer: + type: integer + label: 'Default value to move all JS to the footer.' + js_preprocess: + type: boolean + label: 'Default value to turn on preprocessing for all JavaScript files.' + prefetch: + type: boolean + label: 'Default value to use the prefetch tag for certain domains.' + unified_multisite_dir: + type: string + label: 'Use one css/js directory for a multi-site.'