Fix bugs with themes, add movement of tag renderings in custom theme generator
This commit is contained in:
parent
80f0dbe6e3
commit
b7b1bc13e4
180 changed files with 671 additions and 967 deletions
|
@ -55,6 +55,9 @@
|
|||
"en": "In remembrance of {name}",
|
||||
"nl": "Ter nagedachtenis van {name}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "noname=yes",
|
||||
|
@ -78,6 +81,19 @@
|
|||
"type": "url",
|
||||
"key": "source"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the inscription on this Ghost bike?",
|
||||
"nl": "Wat is het opschrift op deze witte fiets?"
|
||||
},
|
||||
"render": {
|
||||
"en": "<i>{inscription}</i>",
|
||||
"nl": "<i>{inscription}</i>"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "inscription"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue