mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-05 10:25:45 +03:00
parent
9c700e59cb
commit
78822c4323
5 changed files with 51 additions and 17 deletions
|
@ -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',
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue