You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iwsy/resources/json/test.json
+30-25Lines changed: 30 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
{
2
-
"blocks": {
3
-
"center title": {
2
+
"blocks": [
3
+
{
4
+
"name": "center title",
4
5
"background": "",
5
6
"border": "",
6
7
"borderRadius": "",
@@ -17,24 +18,26 @@
17
18
"top": 300,
18
19
"width": "100%"
19
20
},
20
-
"main content": {
21
+
{
22
+
"name": "top title",
21
23
"background": "",
22
24
"border": "",
23
25
"borderRadius": "",
24
-
"fontColor": "yellow",
26
+
"fontColor": "#ffffff",
25
27
"fontFamily": "",
26
28
"fontSize": 50,
27
29
"fontStyle": "",
28
30
"fontWeight": "",
29
-
"height": 800,
30
-
"left": 50,
31
-
"textAlign": "",
32
-
"textMarginLeft": 10,
31
+
"height": 300,
32
+
"left": 0,
33
+
"textAlign": "center",
34
+
"textMarginLeft": "",
33
35
"textMarginTop": "",
34
-
"top": 300,
36
+
"top": 50,
35
37
"width": "100%"
36
38
},
37
-
"left": {
39
+
{
40
+
"name": "main content",
38
41
"background": "",
39
42
"border": "",
40
43
"borderRadius": "",
@@ -43,15 +46,16 @@
43
46
"fontSize": 50,
44
47
"fontStyle": "",
45
48
"fontWeight": "",
46
-
"height": 700,
49
+
"height": 800,
47
50
"left": 50,
48
51
"textAlign": "",
49
52
"textMarginLeft": 10,
50
53
"textMarginTop": "",
51
54
"top": 300,
52
-
"width": 400
55
+
"width": "100%"
53
56
},
54
-
"right": {
57
+
{
58
+
"name": "left",
55
59
"background": "",
56
60
"border": "",
57
61
"borderRadius": "",
@@ -61,35 +65,36 @@
61
65
"fontStyle": "",
62
66
"fontWeight": "",
63
67
"height": 700,
64
-
"left": 550,
68
+
"left": 50,
65
69
"textAlign": "",
66
-
"textMarginLeft": "",
70
+
"textMarginLeft": 10,
67
71
"textMarginTop": "",
68
72
"top": 300,
69
73
"width": 400
70
74
},
71
-
"top title": {
75
+
{
76
+
"name": "right",
72
77
"background": "",
73
78
"border": "",
74
79
"borderRadius": "",
75
-
"fontColor": "#ffffff",
80
+
"fontColor": "yellow",
76
81
"fontFamily": "",
77
82
"fontSize": 50,
78
83
"fontStyle": "",
79
84
"fontWeight": "",
80
-
"height": 300,
81
-
"left": 0,
82
-
"textAlign": "center",
85
+
"height": 700,
86
+
"left": 550,
87
+
"textAlign": "",
83
88
"textMarginLeft": "",
84
89
"textMarginTop": "",
85
-
"top": 50,
86
-
"width": "100%"
90
+
"top": 300,
91
+
"width": 400
87
92
}
88
-
},
93
+
],
89
94
"content": {
90
95
"main title": "# I Wanna Show You%0a%0a### for knockout presentations",
91
-
"page 1 left": "### PowerPoint%0a%0a - is slide-based%0a - is a PC application%0a - is hard to embed%0a%0aPowerPoint is a dated product organized mainly around static text blocks and tied to the desktop.",
92
-
"page 1 right": "### I Wanna Show You%0a - is step based%0a - runs in your browser%0a - is fully embeddable%0a%0aIWannaShowYou is a modern product built to handle color, movement and a mobile environment."
96
+
"page 1 left": "### PowerPoint%0a%0a - is slide-based%0a - is a PC application%0a - is hard to embed%0a%0aPowerPoint is organized mainly around static text blocks and tied to the desktop.",
97
+
"page 1 right": "### I Wanna Show You%0a - is step based%0a - runs in your browser%0a - is fully embeddable%0a%0aIWannaShowYou is a modern product built to handle color, movement and the online world."
0 commit comments