forked from MapComplete/MapComplete
Themes(postboxes): add 'points_in_time' input element, add 'collection_times' to posbox theme, fix #757
This commit is contained in:
parent
4c0a42d5b6
commit
602c51bcb9
15 changed files with 425 additions and 68 deletions
|
@ -139,10 +139,24 @@
|
|||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"id": "minimap",
|
||||
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
|
||||
"id": "collection_times",
|
||||
"question": {
|
||||
"en": "When is the mail collected?"
|
||||
},
|
||||
"render": {
|
||||
"before": {
|
||||
"en": "<h3>Collection times</h3>"
|
||||
},
|
||||
"special": {
|
||||
"key": "collection_times",
|
||||
"type": "points_in_time"
|
||||
}
|
||||
},
|
||||
"freeform": {
|
||||
"key": "collection_times",
|
||||
"type": "points_in_time"
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "operator",
|
||||
|
@ -193,4 +207,4 @@
|
|||
"pakjes"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue