Default values for automatically added airports #829 (#878)

This commit is contained in:
Yash Govekar
2020-10-21 00:55:13 +05:30
committed by GitHub
parent c0514b381b
commit 716ba38b6d
6 changed files with 57 additions and 12 deletions

View File

@@ -130,6 +130,20 @@
options: ''
type: int
description: 'Initial zoom level on the map'
- key: airports.default_ground_handling_cost
name: 'Default Ground Handling Cost'
group: airports
value: 250
options:
type: int
description: If an airport's Ground Handling Cost Cost isn't added, set this value by default
- key: airports.default_jet_a_fuel_cost
name: 'Default Jet A Fuel Cost'
group: airports
value: 0.7
options:
type: text
description: If an airport's Jet A Fuel Cost isn't added, set this value by default
- key: bids.disable_flight_on_bid
name: 'Disable flight on bid'
group: bids