We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad16709 commit 63dbb6aCopy full SHA for 63dbb6a
data/fields/memorial.json
@@ -1,5 +1,20 @@
1
{
2
"key": "memorial",
3
"type": "combo",
4
- "label": "Type"
+ "label": "Type",
5
+ "strings": {
6
+ "options": {
7
+ "blue_plaque": "Blue Plaque",
8
+ "bust": "Bust",
9
+ "cross": "Memorial Cross",
10
+ "obelisk": "Obelisk",
11
+ "plaque": "Commemorative Plaque",
12
+ "sculpture": "Sculpture",
13
+ "statue": "Statue",
14
+ "stele": "Stele",
15
+ "stolperstein": "Stolperstein",
16
+ "stone": "Stone",
17
+ "war_memorial": "War Memorial"
18
+ }
19
20
}
0 commit comments