Themes: add operator question, use it in a few layers

This commit is contained in:
Robin van der Linde 2025-07-22 13:04:57 +02:00
parent 9c73406915
commit a168f67ccb
30 changed files with 814 additions and 802 deletions

View file

@ -3390,6 +3390,35 @@
"key": "ref"
}
},
{
"id": "operator",
"question": {
"en": "What company operates this place?"
},
"render": {
"en": "This place is operated by <b>{operator}</b>"
},
"freeform": {
"key": "operator",
"type": "string",
"placeholder": {
"en": "Operator",
"de": "Betreiber",
"fr": "Opérateur",
"nl": "Beheerder",
"ca": "Operador",
"cs": "Operátor",
"he": "מפעיל",
"eu": "Operadorea",
"pt_BR": "Operador",
"pl": "Operator",
"es": "Operador",
"pt": "Operador",
"it": "Operatore",
"cy": "Gweithredwr"
}
}
},
{
"id": "child_highchair",
"question": {
@ -3529,4 +3558,4 @@
}
}
]
}
}