First steps for a decent custom theme generator

This commit is contained in:
Pieter Vander Vennet 2020-08-31 02:59:47 +02:00
parent a57b7d93fa
commit 2052976909
82 changed files with 1880 additions and 1311 deletions

View file

@ -46,14 +46,13 @@ new T([
freeform: {
key: "name",
},
fixedInputField: {
mappings: [
{
if: "noname=yes",
"then": "Has no name"
}
]
},
mappings: [
{
if: "noname=yes",
"then": "Has no name"
}
],
condition: "x="
});