summaryrefslogtreecommitdiffstats
path: root/modules-available/summernote
diff options
context:
space:
mode:
authorSimon Rettberg2017-07-05 11:05:32 +0200
committerSimon Rettberg2017-07-05 11:05:32 +0200
commitc7948fb508d3523148093edc6f6b78f365b0ae64 (patch)
treeb9103b011f858a1842105017357bd923de6e67d5 /modules-available/summernote
parent[statistics] Helper for getting machine as object from DB (to be extended) (diff)
downloadslx-admin-c7948fb508d3523148093edc6f6b78f365b0ae64.tar.gz
slx-admin-c7948fb508d3523148093edc6f6b78f365b0ae64.tar.xz
slx-admin-c7948fb508d3523148093edc6f6b78f365b0ae64.zip
[summernote] Make auto-loading dep
Diffstat (limited to 'modules-available/summernote')
-rw-r--r--modules-available/summernote/config.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules-available/summernote/config.json b/modules-available/summernote/config.json
index d1261653..5a0c7960 100644
--- a/modules-available/summernote/config.json
+++ b/modules-available/summernote/config.json
@@ -1,3 +1,9 @@
{
- "dependencies" : []
+ "dependencies" : [],
+ "css": {
+ "style.css": true
+ },
+ "scripts": {
+ "clientscript.js": true
+ }
}