We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c74a00 commit 9f65930Copy full SHA for 9f65930
src/block/icon-list/substitute.js
@@ -5,9 +5,9 @@ export const substitute = {
5
'core/list',
6
{},
7
[
8
- [ 'core/list-item', { content: 'First line of content' } ],
9
- [ 'core/list-item', { content: 'Second line of content' } ],
10
- [ 'core/list-item', { content: 'Third line of content' } ],
+ [ 'core/list-item', { content: 'First item list' } ],
+ [ 'core/list-item', { content: 'Second item list' } ],
+ [ 'core/list-item', { content: 'Third item list' } ],
11
],
12
]
13
},
0 commit comments