themes-wordpress/geologist/inc/patterns/header-with-rounded-site-logo.php
Jeff Ong 1a470ad8e8
Blockbase + children: remove __unstableLocation (#6759)
* Remove __unstableLocation

* Remove __unstableLocation.

* Remove check for __unstableLocation.
2023-01-09 09:58:52 +07:00

19 lines
718 B
PHP

<?php
/**
* Authors
*
* @package Geologist
*/
return array(
'title' => __( 'Header with Rounded Site Logo and Title', 'geologist' ),
'categories' => array( 'geologist' ),
'blockTypes' => array( 'core/template-part/header' ),
'content' => '<!-- wp:group {"tagName":"header","style":{"spacing":{"padding":{"bottom":"90px"}}},"className":"site-header","layout":{"type":"flex"}} -->
<header class="wp-block-group site-header" style="padding-bottom:90px">
<!-- wp:site-logo {"className":"is-style-rounded"} /-->
<!-- wp:site-title /-->
<!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right","orientation":"horizontal"}} /-->
</header>
<!-- /wp:group -->',
);