- 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-small-dark.php
r52283 r52375 5 5 return array( 6 6 'title' => __( 'Small 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":"0px","right":"0px","left":"0px"},"margin":{"bottom":"8rem"}}},"backgroundColor":"foreground","textColor":"background","layout":{"inherit":true}} --> … … 23 23 24 24 <!-- wp:image {"align":"wide","sizeSlug":"full","linkDestination":"none"} --> 25 <figure class="wp-block-image alignwide size-full"><img src="' . esc_url( get_ stylesheet_directory_uri() ) . '/assets/images/flight-path-on-transparent-d.png" alt="' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '"/></figure>25 <figure class="wp-block-image alignwide size-full"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-d.png" alt="' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '"/></figure> 26 26 <!-- /wp:image --></div> 27 27 <!-- /wp:group -->',
Note: See TracChangeset
for help on using the changeset viewer.