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: blocks/test/fixtures/core__list__ul.json
+47-28
Original file line number
Diff line number
Diff line change
@@ -6,37 +6,56 @@
6
6
"attributes": {
7
7
"nodeName": "UL",
8
8
"values": [
9
-
{
10
-
"type": "li",
11
-
"children": "Text & Headings"
12
-
},
13
-
{
14
-
"type": "li",
15
-
"children": "Images & Videos"
16
-
},
17
-
{
18
-
"type": "li",
19
-
"children": "Galleries"
20
-
},
21
-
{
22
-
"type": "li",
23
-
"children": "Embeds, like YouTube, Tweets, or other WordPress posts."
24
-
},
25
-
{
26
-
"type": "li",
27
-
"children": "Layout blocks, like Buttons, Hero Images, Separators, etc."
28
-
},
29
-
{
30
-
"type": "li",
31
-
"children": [
9
+
[
10
+
"li",
11
+
{},
12
+
[
13
+
"Text & Headings"
14
+
]
15
+
],
16
+
[
17
+
"li",
18
+
{},
19
+
[
20
+
"Images & Videos"
21
+
]
22
+
],
23
+
[
24
+
"li",
25
+
{},
26
+
[
27
+
"Galleries"
28
+
]
29
+
],
30
+
[
31
+
"li",
32
+
{},
33
+
[
34
+
"Embeds, like YouTube, Tweets, or other WordPress posts."
35
+
]
36
+
],
37
+
[
38
+
"li",
39
+
{},
40
+
[
41
+
"Layout blocks, like Buttons, Hero Images, Separators, etc."
42
+
]
43
+
],
44
+
[
45
+
"li",
46
+
{},
47
+
[
32
48
"And ",
33
-
{
34
-
"type": "em",
35
-
"children": "Lists"
36
-
},
49
+
[
50
+
"em",
51
+
{},
52
+
[
53
+
"Lists"
54
+
]
55
+
],
37
56
" like this one of course :)"
38
57
]
39
-
}
58
+
]
40
59
]
41
60
},
42
61
"originalContent": "<ul><li>Text & Headings</li><li>Images & Videos</li><li>Galleries</li><li>Embeds, like YouTube, Tweets, or other WordPress posts.</li><li>Layout blocks, like Buttons, Hero Images, Separators, etc.</li><li>And <em>Lists</em> like this one of course :)</li></ul>"
0 commit comments