create arrow list block style
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-29 17:21:08 +05:00
parent 05f5156a1e
commit 36945564f7
3 changed files with 12 additions and 4 deletions

View File

@ -26,4 +26,11 @@ wp.domReady( () => {
label: 'Markdown-style Heading',
}
)
wp.blocks.registerBlockStyle(
'core/list', {
name: 'arrow-list',
label: 'Arrows',
}
)
} )