fix typo in block style registration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
14d518206e
commit
66c432457a
@ -1,6 +1,6 @@
|
|||||||
wp.domReady( () => {
|
wp.domReady( () => {
|
||||||
wp.blocks.registerBlockStyle(
|
wp.blocks.registerBlockStyle(
|
||||||
'core/', {
|
'core/heading', {
|
||||||
name: 'tabbed-heading',
|
name: 'tabbed-heading',
|
||||||
label: 'Tabbed Heading',
|
label: 'Tabbed Heading',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user