-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmc_meta.json
More file actions
48 lines (48 loc) · 1.29 KB
/
mc_meta.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"ReactAdminDemo": {
"name": "ReactAdminDemo",
"title": "React Admin",
"description": "Creates Pois, Properties or Routes",
"i18n": {
"de": {
"title": "Punkt-, Polygon- oder Routeneingabe",
"description": ""
}
},
"tags": [],
"category": "",
"type": "application",
"components": [],
"thumbnail": "https://mapcomponents.github.io/react-admin-demo-apps/assets/thumbnails/ReactAdminDemoPic.png",
"demos": [
{
"name": "Demo",
"url": "https://mapcomponents.github.io/react-admin-demo-apps/react-admin-demo",
"closeButtonPosition": "top_right"
}
]
},
"WebGisDemo": {
"name": "WebGisDemo",
"title": "React Admin WebGIS",
"description": "Creates Pois, Properties or Routes",
"i18n": {
"de": {
"title": "Punkt-, Polygon- oder Routeneingabe",
"description": ""
}
},
"tags": [],
"category": "",
"type": "application",
"components": [],
"thumbnail": "https://mapcomponents.github.io/react-admin-demo-apps/assets/thumbnails/WebGisDemoPic.png",
"demos": [
{
"name": "Demo",
"url": "https://mapcomponents.github.io/react-admin-demo-apps/webgis-demo",
"closeButtonPosition": "top_right"
}
]
}
}