| 1 |
<?php |
| 2 |
/** |
| 3 |
* Header: Simple header inside image. |
| 4 |
* |
| 5 |
* @package WordPress |
| 6 |
*/ |
| 7 |
|
| 8 |
return array( |
| 9 |
'title' => _x( 'Simple header inside image', 'Block pattern title', 'gutenberg' ), |
| 10 |
'blockTypes' => array( 'core/template-part/header' ), |
| 11 |
'categories' => array( 'header' ), |
| 12 |
'content' => '<!-- wp:group {"align":"full","layout":{"inherit":true}} --> |
| 13 |
<div class="wp-block-group alignfull"><!-- wp:cover {"url":"https://s.w.org/patterns/files/2022/08/5eca6-header-mountains-scaled-1.jpg","id":57,"dimRatio":0,"minHeight":680,"contentPosition":"center center","isDark":false,"align":"full"} --> |
| 14 |
<div class="wp-block-cover alignfull is-light" style="min-height:680px"><span aria-hidden="true" class="has-background-dim-0 wp-block-cover__gradient-background has-background-dim"></span><img class="wp-block-cover__image-background wp-image-57" alt="" src="https://s.w.org/patterns/files/2022/08/5eca6-header-mountains-scaled-1.jpg" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:columns {"verticalAlignment":null,"isStackedOnMobile":false} --> |
| 15 |
<div class="wp-block-columns is-not-stacked-on-mobile"><!-- wp:column {"verticalAlignment":"center"} --> |
| 16 |
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:group {"layout":{"type":"flex"}} --> |
| 17 |
<div class="wp-block-group"><!-- wp:site-logo {"width":60} /--> |
| 18 |
|
| 19 |
<!-- wp:site-title /--></div> |
| 20 |
<!-- /wp:group --></div> |
| 21 |
<!-- /wp:column --> |
| 22 |
|
| 23 |
<!-- wp:column {"verticalAlignment":"center"} --> |
| 24 |
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} /--> |
| 25 |
</div> |
| 26 |
<!-- /wp:column --></div> |
| 27 |
<!-- /wp:columns --> |
| 28 |
|
| 29 |
<!-- wp:spacer {"height":"480px"} --> |
| 30 |
<div style="height:480px" aria-hidden="true" class="wp-block-spacer"></div> |
| 31 |
<!-- /wp:spacer --></div></div> |
| 32 |
<!-- /wp:cover --></div> |
| 33 |
<!-- /wp:group -->', |
| 34 |
); |
| 35 |
|