mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 21:48:15 +02:00
Add translatable strings to bollard type field (#702)
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
{
|
||||
"key": "bollard",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"fixed": "Fixed Bollard",
|
||||
"flexible": "Flexible Bollard",
|
||||
"foldable": "Foldable Bollard",
|
||||
"removable": "Removable Bollard",
|
||||
"rising": "Rising Bollard"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user