Themes: add validation check if a mapping does not erase another mapping completely

This commit is contained in:
Pieter Vander Vennet 2023-11-09 15:42:15 +01:00
parent 7d43bb5983
commit 556f6d0b93
43 changed files with 5015 additions and 4778 deletions

View file

@ -95,6 +95,7 @@
"freeform": {
"key": "name",
"type": "string",
"addExtraTags": ["noname="],
"placeholder": {
"en": "Name of the car rental",
"nl": "Naam van de autoverhuur",
@ -117,6 +118,7 @@
"mappings": [
{
"if": "noname=yes",
"addExtraTags": ["name="],
"then": {
"en": "This car rental has no name",
"nl": "Deze autoverhuur heeft geen naam",