Transform

This is a part of the Ghost Kit Pro plugin.
Purchase the Pro plugin to access this and other advanced features.

Add transform styles in Ghost Kit and Core blocks.

Available Tools

  • Translate
  • Scale
  • Rotate
  • Skew
  • Perspective
  • Origin

Enable in 3rd-party blocks

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