Updated attraction presets to use field inheritance

Added generic attraction preset with attraction typeCombo field
This commit is contained in:
Quincy Morgan
2019-01-15 15:28:01 -05:00
parent 20553dc977
commit 512dfaa52c
21 changed files with 75 additions and 77 deletions
+1
View File
@@ -22,6 +22,7 @@
"artist": {"key": "artist_name", "type": "text", "label": "Artist"},
"artwork_type": {"key": "artwork_type", "type": "combo", "label": "Type"},
"atm": {"key": "atm", "type": "check", "label": "ATM"},
"attraction": {"key": "attraction", "type": "typeCombo", "label": "Type"},
"backrest": {"key": "backrest", "type": "check", "label": "Backrest"},
"barrier": {"key": "barrier", "type": "typeCombo", "label": "Type"},
"basin": {"key": "basin", "type": "combo", "label": "Type"},