This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -enqueue the JS file with the enqueue_block_editor_assets hook. | |
| JS file: | |
| function removeAlignment( settings, name ) { | |
| if ( name !== 'core/group' ) { | |
| return settings; | |
| } |
OlderNewer