forked from ucfopen/Obojobo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.json
More file actions
65 lines (65 loc) · 894 Bytes
/
Copy pathcode.json
File metadata and controls
65 lines (65 loc) · 894 Bytes
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
64
65
{
"id": "1fbeedbe-a92d-4716-a614-9e6ce06c6804",
"type": "ObojoboDraft.Chunks.Code",
"content": {
"triggers": [
{
"type": "onClick",
"actions": [
{
"type": "nav:goto",
"value": {
"id": "example-id"
}
}
]
}
],
"textGroup": [
{
"data": {
"indent": 0
},
"text": {
"value": "// Sample code",
"styleList": [
{
"end": 14,
"data": {},
"type": "i",
"start": 0
}
]
}
},
{
"data": {
"indent": 0
},
"text": {
"value": "function main() {",
"styleList": []
}
},
{
"data": {
"indent": 1
},
"text": {
"value": "print(\"Hello world\");",
"styleList": []
}
},
{
"data": {
"indent": 0
},
"text": {
"value": "}",
"styleList": []
}
}
]
},
"children": []
}