From 47657731433248410e681640b2a53c0783651134 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 10 May 2017 17:36:05 +0200 Subject: Add support to declare multiple css/js per module with loading condition: A css/js can be declared to only load if the module in question is the page module being rendered, or to always be loaded even if the module is just a dependency. The second case is useful for plugin type modules. See one of the config.json files updated in this commit on how to specify css/js to load. true = always load, false = only if page module. --- modules-available/bootstrap_switch/config.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'modules-available/bootstrap_switch') diff --git a/modules-available/bootstrap_switch/config.json b/modules-available/bootstrap_switch/config.json index 9e26dfee..de4d37b4 100644 --- a/modules-available/bootstrap_switch/config.json +++ b/modules-available/bootstrap_switch/config.json @@ -1 +1,8 @@ -{} \ No newline at end of file +{ + "css": { + "style.css": true + }, + "scripts": { + "clientscript.js": true + } +} \ No newline at end of file -- cgit v1.2.3-55-g7522