Changes the type of the generator/output/electricity field back to text

This commit is contained in:
Quincy Morgan
2018-10-07 09:01:01 -07:00
parent fc76e2c8c6
commit bfc3bc3c3c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@
"gauge": {"key": "gauge", "type": "combo", "label": "Gauge"},
"gender": {"type": "radio", "keys": ["male", "female", "unisex"], "label": "Gender", "placeholder": "Unknown", "strings": {"options": {"male": "Male", "female": "Female", "unisex": "Unisex"}}},
"generator/method": {"key": "generator:method", "type": "combo", "label": "Method"},
"generator/output/electricity": {"key": "generator:output:electricity", "type": "typeCombo", "label": "Power Output", "placeholder": "50 MW, 100 MW, 200 MW..."},
"generator/output/electricity": {"key": "generator:output:electricity", "type": "text", "label": "Power Output", "placeholder": "50 MW, 100 MW, 200 MW..."},
"generator/source": {"key": "generator:source", "type": "combo", "label": "Source"},
"generator/type": {"key": "generator:type", "type": "combo", "label": "Type"},
"government": {"key": "government", "type": "typeCombo", "label": "Type"},
@@ -1,6 +1,6 @@
{
"key": "generator:output:electricity",
"type": "typeCombo",
"type": "text",
"label": "Power Output",
"placeholder": "50 MW, 100 MW, 200 MW..."
}