changeset 310:aaa793112f77

settings: use new `fallback` setting
author Goffi <goffi@goffi.org>
date Fri, 19 Mar 2021 15:48:24 +0100
parents 27511c821481
children c9396c3711e4
files sat_templates/templates/bulma/settings.json sat_templates/templates/default/settings.json
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/settings.json	Sat Feb 27 20:54:13 2021 +0100
+++ b/sat_templates/templates/bulma/settings.json	Fri Mar 19 15:48:24 2021 +0100
@@ -1,3 +1,3 @@
 {
-    "css_default_fallback": false
+    "fallback": []
 }
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sat_templates/templates/default/settings.json	Fri Mar 19 15:48:24 2021 +0100
@@ -0,0 +1,3 @@
+{
+    "fallback": []
+}