first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Remove squared button style
|
||||
*
|
||||
* @since Twenty Twenty 1.0
|
||||
*/
|
||||
/* global wp */
|
||||
wp.domReady( function() {
|
||||
wp.blocks.unregisterBlockStyle( 'core/button', 'squared' );
|
||||
} );
|
||||
Reference in New Issue
Block a user