22 lines
1013 B
PHP
22 lines
1013 B
PHP
<?php
|
|
/**
|
|
* Default header block pattern
|
|
*/
|
|
return array(
|
|
'title' => __( 'Default header', 'twentytwentytwo' ),
|
|
'categories' => array( 'twentytwentytwo-headers' ),
|
|
'blockTypes' => array( 'core/template-part/header' ),
|
|
'content' => '<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"8rem","top":"max(1.25rem, 5vw)"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
|
|
<div class="wp-block-group alignwide" style="padding-top:max(1.25rem, 5vw);padding-bottom:8rem"><!-- wp:group {"layout":{"type":"flex"}} -->
|
|
<div class="wp-block-group">
|
|
<!-- wp:site-logo {"width":64} /-->
|
|
|
|
<!-- wp:site-title {"style":{"typography":{"fontStyle":"italic","fontWeight":"400"}}} /--></div>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:navigation {"itemsJustification":"right","isResponsive":true} -->
|
|
<!-- wp:page-list {"isNavigationChild":true,"showSubmenuIcon":true,"openSubmenusOnClick":false} /-->
|
|
<!-- /wp:navigation --></div>
|
|
<!-- /wp:group -->',
|
|
);
|