How to add a class to the link of the default Gutenberg Button block?
How to add a class to the link of the default Gutenberg Button block?
How to add a class to the link of the default Gutenberg Button block?
Before WP 5.9 it was possible to get rid of some heading types with CSS like this: .block-library-heading-level-toolbar .components-toolbar-group { button:nth-child(1), button:nth-child(5), button:nth-child(6) { display: none; } } Since WP 5.9 the HTML code has changed. Now you can hide H1, H5 and H6 like this: [aria-label=”Heading 1″], [aria-label=”Heading 5″], [aria-label=”Heading 6″] { display: none; … Read more
Gutenberg how to save to post meta?
Adding block programmatically to InnerBlocks
Remove a plugin from the Gutenberg sidebar
How to update block attribute after format is applied?
How to Get a List of Formats of a Block?
component does not render in block save
I cant see Block Editor with v5.7
Gutenberg element: How to usw Rangecontrol with two values to imitate a rangeslider?