Skip to content

Instantly share code, notes, and snippets.

View vyskoczilova's full-sized avatar

Karolína Vyskočilová vyskoczilova

View GitHub Profile
-enqueue the JS file with the enqueue_block_editor_assets hook.
JS file:
function removeAlignment( settings, name ) {
if ( name !== 'core/group' ) {
return settings;
}