Theme: Iterate on pullquotes and other hero areas.

See #2.
This commit is contained in:
Ian Dunn 2019-10-18 14:29:26 -07:00
parent 9c700e59cb
commit 78822c4323
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
5 changed files with 51 additions and 17 deletions

View file

@ -79,11 +79,12 @@ function setup() {
)
);
// FYI, this is affected by https://github.com/WordPress/gutenberg/issues/16429.
register_block_style(
'core/image',
'core/pullquote',
array(
'name' => 'wporg-hero',
'label' => __( 'Hero (full width on mobile)', 'wporg-5ftf' ),
'name' => 'wporg-home-pullquote',
'label' => __( 'Homepage Pullquote', 'wporg-5ftf' ),
'style_handle' => 'wporg-style',
)
);