aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/map.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/components-data/map.json')
-rw-r--r--node_modules/components-data/map.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/components-data/map.json b/node_modules/components-data/map.json
index 071fa73a..796b2fad 100644
--- a/node_modules/components-data/map.json
+++ b/node_modules/components-data/map.json
@@ -9,13 +9,13 @@
9 { 9 {
10 "name": "category", 10 "name": "category",
11 "type": "string", 11 "type": "string",
12 "default": null, 12 "default": "",
13 "possibleValues": ["restaurant", "hospital", "cafe", "museum"] 13 "possibleValues": ["restaurant", "hospital", "cafe", "museum"]
14 }, 14 },
15 { 15 {
16 "name": "center", 16 "name": "center",
17 "type": "string", 17 "type": "string",
18 "default": null 18 "default": ""
19 } 19 }
20 20
21 ] 21 ]