Add images and delete option to barriers

This commit is contained in:
pietervdvn 2022-09-11 00:55:15 +02:00
parent 90e83e558f
commit e0b2a67fae

View file

@ -132,6 +132,7 @@
} }
], ],
"tagRenderings": [ "tagRenderings": [
"images",
{ {
"question": { "question": {
"en": "Can a bicycle go past this barrier?", "en": "Can a bicycle go past this barrier?",
@ -507,5 +508,21 @@
{ {
"width": "5" "width": "5"
} }
] ],
} "deletion": {
"softDeletionTags": {
"and": [
"barrier=",
"bicycle=",
"bollard=",
"cycle_barrier=",
"maxwidth:physical=",
"width:separation=",
"width:opening=",
"overlap="
]
}
}
}