mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-04-21 19:26:46 +02:00
Add strings to castle_type.json (#350)
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
{
|
||||
"key": "castle_type",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"defensive": "Defensive Castle",
|
||||
"palace": "Palace",
|
||||
"stately": "Stately Home",
|
||||
"manor": "Manor House",
|
||||
"fortress": "Fortress",
|
||||
"castrum": "Roman Fort",
|
||||
"shiro": "Shiro",
|
||||
"kremlin": "Kremlin",
|
||||
"hillfort": "Hillfort"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user