Skip to content

Commit 7c74a00

Browse files
committed
substitute: icon-list, generic for now since issue with the design
1 parent 8cc86ba commit 7c74a00

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/block/icon-list/substitute.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
export const substitute = {
2+
from: 'stackable/icon-list',
3+
transform: () => {
4+
return [
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' } ],
11+
],
12+
]
13+
},
14+
}
15+
16+
export default substitute

0 commit comments

Comments
 (0)