暂无描述

header-default.php 1.3KB

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * Default header block pattern
  4. */
  5. return array(
  6. 'title' => __( 'Default header', 'twentytwentytwo' ),
  7. 'categories' => array( 'header' ),
  8. 'blockTypes' => array( 'core/template-part/header' ),
  9. 'content' => '<!-- wp:group {"align":"full","layout":{"inherit":true}} -->
  10. <div class="wp-block-group alignfull"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"var(--wp--custom--spacing--large, 8rem)","top":"var(--wp--custom--spacing--small, 1.25rem)"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
  11. <div class="wp-block-group alignwide" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--large, 8rem)"><!-- wp:group {"layout":{"type":"flex"}} -->
  12. <div class="wp-block-group">
  13. <!-- wp:site-logo {"width":64} /-->
  14. <!-- wp:site-title {"style":{"typography":{"fontStyle":"italic","fontWeight":"400"}}} /--></div>
  15. <!-- /wp:group -->
  16. <!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} -->
  17. <!-- wp:page-list {"isNavigationChild":true,"showSubmenuIcon":true,"openSubmenusOnClick":false} /-->
  18. <!-- /wp:navigation --></div>
  19. <!-- /wp:group --></div>
  20. <!-- /wp:group -->',
  21. );