mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-30 03:39:34 +02:00
add field for fortification_type (#1129)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "fortification_type",
|
||||
"type": "combo",
|
||||
"label": "Fortification Type",
|
||||
"prerequisiteTag": {
|
||||
"key": "archaeological_site",
|
||||
"value": "fortification"
|
||||
}
|
||||
}
|
||||
@@ -3,6 +3,7 @@
|
||||
"fields": [
|
||||
"name",
|
||||
"archaeological_site",
|
||||
"fortification_type",
|
||||
"historic/civilization",
|
||||
"inscription",
|
||||
"access_simple"
|
||||
|
||||
Reference in New Issue
Block a user