auto-format all files; add table-definitions to test-bootstrap file
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
27
templates/Sparkle/config.json
vendored
27
templates/Sparkle/config.json
vendored
@@ -1 +1,26 @@
|
||||
{"variants":{"default":{"css":["main.css"],"js":["main.js", "apikey.js"],"description":"Default"},"froxlor":{"css":["main.css","froxlor.css"],"js":["main.js", "apikey.js"],"description":"Froxlor"}},"author":"Roman Schmerold"}
|
||||
{
|
||||
"variants": {
|
||||
"default": {
|
||||
"css": [
|
||||
"main.css"
|
||||
],
|
||||
"js": [
|
||||
"main.js",
|
||||
"apikey.js"
|
||||
],
|
||||
"description": "Default"
|
||||
},
|
||||
"froxlor": {
|
||||
"css": [
|
||||
"main.css",
|
||||
"froxlor.css"
|
||||
],
|
||||
"js": [
|
||||
"main.js",
|
||||
"apikey.js"
|
||||
],
|
||||
"description": "Froxlor"
|
||||
}
|
||||
},
|
||||
"author": "Roman Schmerold"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user