mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 21:17:55 +02:00
Add flashing_lights field (#449)
* Add flashing_lights field * Move `flashing_lights` to `moreFields`
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"key": "flashing_lights",
|
||||
"type": "combo",
|
||||
"label": "Flashing Lights",
|
||||
"strings": {
|
||||
"options": {
|
||||
"button": {
|
||||
"title": "Button activated",
|
||||
"description": "Lights activated by pressing a button"
|
||||
},
|
||||
"always": {
|
||||
"title": "Always flashing",
|
||||
"description": "Lights are always flashing"
|
||||
},
|
||||
"sensor": {
|
||||
"title": "Sensor activated",
|
||||
"description": "Lights activated by a sensor"
|
||||
},
|
||||
"button;sensor": {
|
||||
"title": "Button and sensor activated",
|
||||
"description": "Lights activated by a sensor or by pressing a button"
|
||||
},
|
||||
"no": "No",
|
||||
"yes": "Yes"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
@@ -6,6 +6,9 @@
|
||||
"crossing/island",
|
||||
"crossing_raised"
|
||||
],
|
||||
"moreFields": [
|
||||
"flashing_lights"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
"crossing/island",
|
||||
"crossing_raised"
|
||||
],
|
||||
"moreFields": [
|
||||
"flashing_lights"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"crossing/island",
|
||||
"crossing_raised"
|
||||
],
|
||||
"moreFields": [
|
||||
"flashing_lights"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"crossing/island",
|
||||
"crossing_raised"
|
||||
],
|
||||
"moreFields": [
|
||||
"flashing_lights"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user