forked from MapComplete/MapComplete
add tagRendering for start_date
This commit is contained in:
parent
201cf4761b
commit
154ac6cc58
1 changed files with 15 additions and 0 deletions
|
@ -96,6 +96,21 @@
|
|||
"id": "association"
|
||||
},
|
||||
"contact",
|
||||
{
|
||||
"render": {
|
||||
"en": "This group was founded at {start_date}",
|
||||
"de": "Dieser Stamm wurde gegründet am {start_date}"
|
||||
},
|
||||
"question": {
|
||||
"en": "When was this group founded?",
|
||||
"de": "Wann wurde dieser Stamm gegründet?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "start_date",
|
||||
"type": "date"
|
||||
},
|
||||
"id": "start_date"
|
||||
},
|
||||
"questions",
|
||||
"mastodon"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue