forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.json
More file actions
23 lines (23 loc) · 839 Bytes
/
template.json
File metadata and controls
23 lines (23 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"editor": "blocksprj",
"title": "Template blocks",
"steps": [
{
"fullscreen": true,
"unplugged": true,
"tutorialCompleted": false,
"contentMd": "Let's get started!",
"headerContentMd": "Let's get started!"
},
{
"fullscreen": false,
"unplugged": false,
"tutorialCompleted": false,
"contentMd": "The template blocks appear in the workspace at the start of the tutorials",
"headerContentMd": "The template blocks appear in the workspace at the start of the tutorials"
}
],
"activities": null,
"code": "\n { \n basic.forever(() => {\n basic.showString(\"MICRO\");\n});\n } \n",
"templateCode": "basic.forever(() => {\n basic.showString(\"MICRO\");\n});"
}