Last active
February 8, 2021 11:15
-
-
Save tomjn/4e1beb542c36bfbfce8b54b1f80a5abf to your computer and use it in GitHub Desktop.
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
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