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

10 lines
178 B
JavaScript
Raw Normal View History

2019-11-15 22:59:44 +01:00
/**
* Remove squared button style
*
2020-05-06 17:22:02 +02:00
* @since Twenty Twenty 1.0
2019-11-15 22:59:44 +01:00
*/
/* global wp */
wp.domReady( function() {
wp.blocks.unregisterBlockStyle( 'core/button', 'squared' );
} );