WordPress/wp-content/themes/twentytwenty/assets/js/editor-script-block.js

10 lines
178 B
JavaScript
Raw Normal View History

/**
* Remove squared button style
*
* @since Twenty Twenty 1.0
*/
/* global wp */
wp.domReady( function() {
wp.blocks.unregisterBlockStyle( 'core/button', 'squared' );
} );