Blok yang diizinkan di blok bersarang komponen WordPress

const ALLOWED_BLOCKS = [ 'core/image', 'core/paragraph' ];
//...
<InnerBlocks allowedBlocks={ ALLOWED_BLOCKS } />;
Outrageous Ostrich