extend-columns-block.js 143 B

123456
  1. ( function( blocks ) {
  2. blocks.registerBlockStyle( 'core/columns', {
  3. name: 'full-bleed',
  4. label: 'Full Bleed'
  5. } );
  6. }( window.wp.blocks ) );