npm run dist

This commit is contained in:
Milos Brzakovic (E-Search) 2021-07-29 11:42:07 +02:00
parent e8d86eb0bd
commit bde8a416c8
118 changed files with 15312 additions and 3571 deletions

16
dist/fields.json vendored
View file

@ -1216,6 +1216,17 @@
"key": "wreck:visible_at_low_tide",
"type": "check"
},
"holding_position/type": {
"key": "holding_position:type",
"type": "combo",
"autoSuggestions": false,
"customValues": false,
"options": [
"runway",
"intermediate",
"ILS"
]
},
"hoops": {
"key": "hoops",
"type": "number",
@ -3136,6 +3147,11 @@
"key": "vhf",
"type": "text"
},
"via": {
"key": "via",
"type": "semiCombo",
"snake_case": false
},
"video_calls": {
"key": "video",
"type": "check"