forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsteps.json
More file actions
31 lines (31 loc) · 1.23 KB
/
steps.json
File metadata and controls
31 lines (31 loc) · 1.23 KB
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
{
"editor": "blocksprj",
"title": "Getting started",
"steps": [
{
"fullscreen": true,
"unplugged": true,
"tutorialCompleted": false,
"contentMd": "Let's get started!",
"headerContentMd": "Let's get started!"
},
{
"fullscreen": true,
"unplugged": false,
"tutorialCompleted": false,
"contentMd": "Welcome! Place the ``||basic:show string||`` block in the ``||basic:on start||`` slot to scroll your name.\n\n```blocks\nbasic.showString(\"Micro!\")\n```",
"headerContentMd": "Welcome! Place the ``||basic:show string||`` block in the ``||basic:on start||`` slot to scroll your name.",
"hintContentMd": "```blocks\nbasic.showString(\"Micro!\")\n```",
"hasHint": true
},
{
"fullscreen": false,
"unplugged": false,
"tutorialCompleted": false,
"contentMd": "Click ``|Download|`` to transfer your code in your unknown macro!",
"headerContentMd": "Click ``|Download|`` to transfer your code in your unknown macro!"
}
],
"activities": null,
"code": "\n { \n basic.showString(\"Micro!\")\n } \n"
}