-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxtarget.json
61 lines (61 loc) · 1.61 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
{
"id": "blapp",
"name": "MakeCode Apps",
"title": "MakeCode Apps Target",
"corepkg": "core",
"cloud": {
"workspace": false,
"packages": false,
"sharing": false
},
"bundleddirs": [
"libs/core"
],
"runtime": {
"mathBlocks": true,
"loopsBlocks": true,
"logicBlocks": true,
"variablesBlocks": true,
"textBlocks": true,
"listsBlocks": true,
"functionBlocks": true
},
"simulator": {
"autoRun": true
},
"appTheme": {
"logoUrl": "http://theblapp.azurewebsites.net/",
"shareUrl": "http://localhost:3000/foo/bar",
"homeUrl": "http://theblapp.azurewebsites.net/",
"embedUrl": "http://theblapp.azurewebsites.net/",
"privacyUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
"docMenu": [
{
"name": "About",
"path": "/about"
},
{
"name": "Docs",
"path": "/docs"
}
],
"coloredToolbox": true,
"monacoToolbox": true,
"invertedMenu": true,
"blocksOnly": true,
"blocklyOptions": {
"collapse": true,
"comments": true,
"disable": true,
"trashcan": true,
"grid": {
"spacing": 45,
"length": 7,
"colour": "rgba(189, 195, 199, 0.30)",
"snap": true
}
},
"extendEditor": true
}
}