forked from samelhusseini/test-pxt-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxtarget.json
63 lines (63 loc) · 1.77 KB
/
pxtarget.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
63
{
"id": "sample",
"name": "sample",
"title": "MakeCode Editor Sample",
"corepkg": "core",
"cloud": {
"workspace": false,
"packages": true
},
"bundleddirs": [
"libs/core"
],
"runtime": {
"mathBlocks": true,
"loopsBlocks": true,
"logicBlocks": true,
"variablesBlocks": true,
"textBlocks": false,
"functionBlocks": false,
"listsBlocks": false
},
"simulator": {
"autoRun": true
},
"appTheme": {
"logo": "./static/logo.svg",
"organizationLogo": "./static/Microsoft-logo_rgb_c-white.png",
"organizationWideLogo": "./static/Microsoft-logo_rgb_c-white.png",
"logoUrl": "https://github.com/Microsoft/pxt-sample",
"homeUrl": "http://microsoft.github.io/pxt-sample/",
"privacyUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
"betaUrl": "https://makecode.com/",
"docMenu": [
{
"name": "About",
"path": "/about"
},
{
"name": "Docs",
"path": "/docs"
}
],
"coloredToolbox": false,
"monacoToolbox": true,
"invertedMenu": true,
"showHomeScreen": true,
"homeScreenHero": "./static/hero.png",
"blocklyOptions": {
"grid": {
"spacing": 45,
"length": 7,
"colour": "rgba(189, 195, 199, 0.30)",
"snap": true
}
},
"simAnimationEnter": "fly right in",
"simAnimationExit": "fly right out",
"monacoColors": {
"editor.background": "#ecf0f1"
}
}
}