Skip to content

Instantly share code, notes, and snippets.

@tomjn
Last active February 8, 2021 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomjn/4e1beb542c36bfbfce8b54b1f80a5abf to your computer and use it in GitHub Desktop.
Save tomjn/4e1beb542c36bfbfce8b54b1f80a5abf to your computer and use it in GitHub Desktop.
wp.blocks.registerBlockVariation(
'core/column',
{
name: 'featured-column',
isDefault: false,
title: 'Featured Column',
description: 'A highlighted central column!',
attributes: { className: 'central' },
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment