Themes(postboxes): add 'points_in_time' input element, add 'collection_times' to posbox theme, fix #757

This commit is contained in:
Pieter Vander Vennet 2025-07-28 01:00:07 +02:00
parent 4c0a42d5b6
commit 602c51bcb9
15 changed files with 425 additions and 68 deletions

View file

@ -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"
]
}
}
}