header-with-rounded-site-logo.php 718 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Authors
  4. *
  5. * @package Geologist
  6. */
  7. return array(
  8. 'title' => __( 'Header with Rounded Site Logo and Title', 'geologist' ),
  9. 'categories' => array( 'geologist' ),
  10. 'blockTypes' => array( 'core/template-part/header' ),
  11. 'content' => '<!-- wp:group {"tagName":"header","style":{"spacing":{"padding":{"bottom":"90px"}}},"className":"site-header","layout":{"type":"flex"}} -->
  12. <header class="wp-block-group site-header" style="padding-bottom:90px">
  13. <!-- wp:site-logo {"className":"is-style-rounded"} /-->
  14. <!-- wp:site-title /-->
  15. <!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right","orientation":"horizontal"}} /-->
  16. </header>
  17. <!-- /wp:group -->',
  18. );