-
Notifications
You must be signed in to change notification settings - Fork 5
/
app.json
62 lines (62 loc) · 1.74 KB
/
app.json
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"schemaVersion": "1.0",
"items": [
{
"$type": "library-viewer-model",
"id": "library-viewer-1",
"libraries": [
{
"id": "arcgis-widget",
"title": "ArcGIS Widget"
},
{
"id": "basic-component",
"title": "Basic Component"
},
{
"id": "basic-service",
"title": "Basic Service"
},
{
"id": "commands-and-operations",
"title": "Commands and Operations"
},
{
"id": "tap-into-web-event",
"title": "Tap into a Web event"
},
{
"id": "embedded-map",
"title": "Embedded Map"
},
{
"id": "i18n",
"title": "Internationalization"
},
{
"id": "iframe",
"title": "Iframe Embedded",
"useHostPage": true
},
{
"id": "third-party-lib",
"title": "3rd-party Library"
},
{
"id": "ui-library",
"title": "UI Library"
},
{
"id": "icons-pack",
"title": "Icons Pack"
}
]
},
{
"$type": "layout",
"id": "default",
"title": "Default",
"url": "./layout.xml"
}
]
}