We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df3411 commit 03b3c48Copy full SHA for 03b3c48
data/fields/religion_place_of_worship.json
@@ -0,0 +1,29 @@
1
+{
2
+ "key": "religion",
3
+ "type": "combo",
4
+ "label": "Religion",
5
+ "stringsCrossReference": "{religion}",
6
+ "options": [
7
+ "bahai",
8
+ "benzhu",
9
+ "buddhist",
10
+ "caodaism",
11
+ "chinese_folk",
12
+ "christian",
13
+ "confucian",
14
+ "hindu",
15
+ "jain",
16
+ "jewish",
17
+ "multifaith",
18
+ "muslim",
19
+ "pagan",
20
+ "shinto",
21
+ "sikh",
22
+ "spiritualist",
23
+ "taoist",
24
+ "tenrikyo",
25
+ "unitarian_universalist",
26
+ "vietnamese_folk",
27
+ "voodoo"
28
+ ]
29
+}
data/presets/amenity/place_of_worship.json
@@ -2,7 +2,7 @@
"icon": "maki-place-of-worship",
"fields": [
"name",
- "religion",
+ "religion_place_of_worship",
"denomination",
"address",
"building_area_yes",
0 commit comments