fix typo in block style registration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aadil Ayub 2023-08-29 15:44:31 +05:00
parent 14d518206e
commit 66c432457a

View File

@ -1,6 +1,6 @@
wp.domReady( () => {
wp.blocks.registerBlockStyle(
'core/', {
'core/heading', {
name: 'tabbed-heading',
label: 'Tabbed Heading',
}