angelovcom.net

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

editor-script-block.js (178B)


      1 /**
      2  * Remove squared button style
      3  *
      4  * @since Twenty Twenty 1.0
      5  */
      6 /* global wp */
      7 wp.domReady( function() {
      8 	wp.blocks.unregisterBlockStyle( 'core/button', 'squared' );
      9 } );