/var/www/html_us/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
 * Header with image background block pattern
 */
return array(
    
'title'      => __'Header with image background''twentytwentytwo' ),
    
'categories' => array( 'header' ),
    
'blockTypes' => array( 'core/template-part/header' ),
    
'content'    => '<!-- wp:group {"align":"full","layout":{"inherit":true}} -->
                    <div class="wp-block-group alignfull"><!-- wp:cover {"url":"' 
esc_urlget_template_directory_uri() ) . '/assets/images/flight-path-on-gray-c.jpg","dimRatio":0,"focalPoint":{"x":"0.58","y":"0.58"},"minHeight":400,"contentPosition":"center center","align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--small, 1.25rem)","bottom":"var(--wp--custom--spacing--large, 8rem)"}},"color":{}}} -->
                    <div class="wp-block-cover alignfull" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--large, 8rem);min-height:400px"><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" alt="' 
esc_attr__'Illustration of a flying bird''twentytwentytwo' ) . '" src="' esc_urlget_template_directory_uri() ) . '/assets/images/flight-path-on-gray-c.jpg" style="object-position:58% 58%" data-object-fit="cover" data-object-position="58% 58%"/><div class="wp-block-cover__inner-container"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"0rem","top":"0px","right":"0px","left":"0px"}},"elements":{"link":{"color":{"text":"var:preset|color|foreground"}}}},"textColor":"foreground","layout":{"type":"flex","justifyContent":"space-between"}} -->
                    <div class="wp-block-group alignwide has-foreground-color has-text-color has-link-color" style="padding-top:0px;padding-right:0px;padding-bottom:0rem;padding-left:0px"><!-- wp:site-title {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}}} /-->

                    <!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} -->
                    <!-- wp:page-list {"isNavigationChild":true,"showSubmenuIcon":true,"openSubmenusOnClick":false} /-->
                    <!-- /wp:navigation --></div>
                    <!-- /wp:group -->

                    <!-- wp:spacer {"height":500} -->
                    <div style="height:500px" aria-hidden="true" class="wp-block-spacer"></div>
                    <!-- /wp:spacer --></div></div>
                    <!-- /wp:cover --></div>
                    <!-- /wp:group -->'
,
);