first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"key": "volcano:status",
|
||||
"type": "combo",
|
||||
"label": "Volcano Status",
|
||||
"strings": {
|
||||
"options": {
|
||||
"active": "Active",
|
||||
"dormant": "Dormant",
|
||||
"extinct": "Extinct"
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"active": "roentgen-stratovolcano___lava",
|
||||
"dormant": "roentgen-stratovolcano___smoke",
|
||||
"extinct": "roentgen-stratovolcano"
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"key": "volcano:type",
|
||||
"type": "combo",
|
||||
"label": "Volcano Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"stratovolcano": "Stratovolcano",
|
||||
"shield": "Shield",
|
||||
"scoria": "Scoria"
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"stratovolcano": "roentgen-stratovolcano___smoke_2",
|
||||
"shield": "roentgen-shield_volcano___smoke_2",
|
||||
"scoria": "roentgen-volcanic_cone___smoke_2"
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
Reference in New Issue
Block a user