Spacings

Easily add spacings in Ghost Kit and Core blocks.

Spacings extension settings

Available Tools

  • Padding
  • Margin

Enable in 3rd-party blocks

<?php
registerBlockType( 'my/block', {
    title: 'My block',
    supports: {
        ghostkit: {
            spacings: true,
        }
    },
    ...
} );
Was this page helpful?