-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
33 lines (33 loc) · 836 Bytes
/
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
{
"entryPagePath": "pages/home/index",
"pages": [
"pages/home/index"
],
"window": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Paff Editor",
"backgroundColor": "#fff"
},
"debug": false,
"resizable": true,
"usingComponents": {
"page": "components/page/index"
},
"sitemapLocation": "sitemap.json",
"style": "v2",
"lazyCodeLoading": "requiredComponents",
"componentFramework": "glass-easel",
"rendererOptions": {
"skyline": {
"defaultDisplayBlock": true,
"disableABTest": true,
"sdkVersionBegin": "3.0.0",
"sdkVersionEnd": "15.255.255",
"iosVersionBegin": "8.0.40",
"iosVersionEnd": "15.255.255",
"androidVersionBegin": "8.0.40",
"androidVersionEnd": "15.255.255"
}
}
}