themes(advertising): further refinements
This commit is contained in:
parent
59eabc5daa
commit
8127027251
1 changed files with 16 additions and 23 deletions
|
@ -547,22 +547,6 @@
|
||||||
"key": "operator"
|
"key": "operator"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "ref",
|
|
||||||
"render": {
|
|
||||||
"ca": "El número de referència és {ref}",
|
|
||||||
"es": "El número de referencia es {ref}",
|
|
||||||
"en": "Reference number is {ref}"
|
|
||||||
},
|
|
||||||
"question": {
|
|
||||||
"ca": "Quin és el número de refèrencia?",
|
|
||||||
"es": "¿Cual es el número de referencia?",
|
|
||||||
"en": "Wich is the reference number?"
|
|
||||||
},
|
|
||||||
"freeform": {
|
|
||||||
"key": "ref"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "message_type",
|
"id": "message_type",
|
||||||
"render": {
|
"render": {
|
||||||
|
@ -723,13 +707,6 @@
|
||||||
"en": "From how many sides you can watch advertisments?"
|
"en": "From how many sides you can watch advertisments?"
|
||||||
},
|
},
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
|
||||||
"if": "sides=",
|
|
||||||
"then": {
|
|
||||||
"en": "This poster box has advertisements on a single side"
|
|
||||||
},
|
|
||||||
"hideInAnswer": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"if": "sides=1",
|
"if": "sides=1",
|
||||||
"then": {
|
"then": {
|
||||||
|
@ -743,6 +720,22 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ref",
|
||||||
|
"render": {
|
||||||
|
"ca": "El número de referència és {ref}",
|
||||||
|
"es": "El número de referencia es {ref}",
|
||||||
|
"en": "Reference number is {ref}"
|
||||||
|
},
|
||||||
|
"question": {
|
||||||
|
"ca": "Quin és el número de refèrencia?",
|
||||||
|
"es": "¿Cual es el número de referencia?",
|
||||||
|
"en": "Wich is the reference number?"
|
||||||
|
},
|
||||||
|
"freeform": {
|
||||||
|
"key": "ref"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"mapRendering": [
|
"mapRendering": [
|
||||||
|
|
Loading…
Reference in a new issue