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
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tempor tincidunt sapien, quis dictum orci sollicitudin quis. Proin sed elit id est pulvinar feugiat vitae eget dolor. Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
// TODO: get blocks list block state should be externalized (shared with Gutenberg at some point?).
23
70
// If not it should be created from a string parsing (commented HTML to json).
24
-
blocks: [
25
-
{
26
-
uid: '0',
27
-
blockType: 'title',
28
-
attributes: {
29
-
content: 'Hello World',
30
-
},
31
-
focused: false,
32
-
},
33
-
{
34
-
uid: '1',
35
-
blockType: 'paragraph',
36
-
attributes: {
37
-
content:
38
-
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tempor tincidunt sapien, quis dictum orci sollicitudin quis. Proin sed elit id est pulvinar feugiat vitae eget dolor. Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
0 commit comments