Limiting the block count for InnerBlocks
InnerBlocks have no built-in way to limit the number of blocks allowed inside them. Let’s use the renderAppender prop to achieve this.
InnerBlocks have no built-in way to limit the number of blocks allowed inside them. Let’s use the renderAppender prop to achieve this.
A couple of years ago, I created a Twitter bot that tweets out WordPress core trac tickets marked as GoodFirstBugs to help new contributors find a good starting place. It got a fantastic response from the community and even got an article on WP Tavern! It had been offline for a while due to some […]
Now that the PluginDocumentSettingPanel is in WordPress core, we can add our own panels to the Document Settings panel using the registerPlugin function. The above code will insert a new Panel in the Document Sidebar with the title of “My Custom Panel ” and will display “Hello, World!” as it’s content. If we want this […]