first commit
This commit is contained in:
12
data/fields/tower/construction.json
Normal file
12
data/fields/tower/construction.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "tower:construction",
|
||||
"type": "combo",
|
||||
"label": "Construction",
|
||||
"placeholder": "Guyed, Lattice, Concealed, ...",
|
||||
"icons": {
|
||||
"freestanding": "roentgen-tube",
|
||||
"guyed_lattice": "roentgen-lattice_guyed",
|
||||
"guyed_tube": "roentgen-tube_guyed",
|
||||
"lattice": "roentgen-lattice"
|
||||
}
|
||||
}
|
||||
7
data/fields/tower/platforms.json
Normal file
7
data/fields/tower/platforms.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"key": "tower:platforms",
|
||||
"type": "number",
|
||||
"minValue": 1,
|
||||
"label": "Platforms",
|
||||
"placeholder": "1, 2, 3..."
|
||||
}
|
||||
5
data/fields/tower/type.json
Normal file
5
data/fields/tower/type.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "tower:type",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
Reference in New Issue
Block a user