123456789101112131415161718192021222324 |
- <?php
- /**
- * Traditional header with color background block pattern
- */
- return array(
- 'title' => __( 'Traditional header with color background', 'stewart' ),
- 'categories' => array( 'header' ),
- 'blockTypes' => array( 'core/template-part/header' ),
- 'content' => '<!-- wp:group {"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"foreground","textColor":"background","layout":{"inherit":true}} -->
- <div class="wp-block-group alignfull has-background-color has-foreground-background-color has-text-color has-background has-link-color"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var(--wp--custom--margin--horizontal, 30px)","bottom":"40px"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
- <div class="wp-block-group alignwide" style="padding-top:var(--wp--custom--margin--horizontal, 30px);padding-bottom:40px"><!-- wp:group {"layout":{"type":"flex"}} -->
- <div class="wp-block-group"><!-- wp:site-logo {"width":64} /-->
- <!-- wp:site-title /--></div>
- <!-- /wp:group -->
- <!-- wp:navigation {"__unstableLocation":"primary","layout":{"type":"flex","orientation":"horizontal"}} /--></div>
- <!-- /wp:group -->
- <!-- wp:spacer {"height":100} -->
- <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer --></div>
- <!-- /wp:group -->',
- );
|