We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd69bd2 commit 584720aCopy full SHA for 584720a
data/fields/archaeological_site.json
@@ -1,5 +1,22 @@
1
{
2
"key": "archaeological_site",
3
"type": "combo",
4
- "label": "Type"
+ "label": "Type",
5
+ "strings": {
6
+ "options": {
7
+ "baths": "Baths",
8
+ "city": "Historic City",
9
+ "crannog": "Crannog",
10
+ "enclosure": "Enclosure",
11
+ "fortification": "Fortification",
12
+ "hut_circle": "Hut Circle",
13
+ "megalith": "Megalith",
14
+ "necropolis": "Necropolis",
15
+ "petroglyph": "Rock Carving",
16
+ "roman_circus": "Roman Circus",
17
+ "roman_villa": "Roman Villa",
18
+ "settlement": "Historic Settlement",
19
+ "tumulus": "Tumulus"
20
+ }
21
22
}
0 commit comments