header-left-right-text.php 1.2 KB

1234567891011121314151617
  1. <?php
  2. /**
  3. * Header with site title on left and navigation on right block pattern
  4. */
  5. return array(
  6. 'title' => __( 'Header with site title on left and navigation on right', 'livro' ),
  7. 'categories' => array( 'header' ),
  8. 'blockTypes' => array( 'core/template-part/header' ),
  9. 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"bottom":"var(--wp--custom--spacing--large, 10rem)","top":"var(--wp--custom--spacing--small, 1.25rem)"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
  10. <div class="wp-block-group alignfull" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--large, 10rem)"><!-- wp:site-title {"style":{"spacing":{"padding":{"top":"0.35ch"}},"typography":{"textTransform":"uppercase"}}} /-->
  11. <!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left"},"overlayBackgroundColor":"background","overlayTextColor":"foreground","style":{"typography":{"fontStyle":"normal"}},"fontSize":"small"} -->
  12. <!-- wp:page-list {"isNavigationChild":true,"showSubmenuIcon":true,"openSubmenusOnClick":false} /-->
  13. <!-- /wp:navigation --></div>
  14. <!-- /wp:group -->',
  15. );