- Timestamp:
- 12/14/2021 05:09:04 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php
r52283 r52375 5 5 return array( 6 6 'title' => __( 'Large header with dark background', 'twentytwentytwo' ), 7 'categories' => array( ' twentytwentytwo-headers' ),7 'categories' => array( 'header' ), 8 8 'blockTypes' => array( 'core/template-part/header' ), 9 9 'content' => '<!-- wp:group {"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"padding":{"top":"0px","bottom":"8rem","right":"0px","left":"0px"},"margin":{"bottom":"8rem"}}},"backgroundColor":"foreground","textColor":"background","layout":{"inherit":true}} --> … … 27 27 28 28 <!-- wp:image {"align":"full","sizeSlug":"full","linkDestination":"none"} --> 29 <figure class="wp-block-image alignfull size-full"><img src="' . esc_url( get_ stylesheet_directory_uri() ) . '/assets/images/flight-path-on-transparent-c.png" alt="' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '"/></figure>29 <figure class="wp-block-image alignfull size-full"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-c.png" alt="' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '"/></figure> 30 30 <!-- /wp:image --></div> 31 31 <!-- /wp:group -->',
Note: See TracChangeset
for help on using the changeset viewer.