Answers for "Allowed Blocks in Nested Blocks Component Wordpress"

0

Allowed Blocks in Nested Blocks Component Wordpress

const ALLOWED_BLOCKS = [ 'core/image', 'core/paragraph' ];
//...
<InnerBlocks allowedBlocks={ ALLOWED_BLOCKS } />;
Posted by: Guest on April-10-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language