- Timestamp:
- 11/12/2020 07:28:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/inc/block-patterns.php
r49574 r49578 31 31 'twentytwentyone/large-text', 32 32 array( 33 'title' => esc_html__( 'Large Text', 'twentytwentyone' ),33 'title' => esc_html__( 'Large text', 'twentytwentyone' ), 34 34 'categories' => array( 'twentytwentyone' ), 35 35 'viewportWidth' => 1440, … … 42 42 'twentytwentyone/links-area', 43 43 array( 44 'title' => esc_html__( 'Links Area', 'twentytwentyone' ),44 'title' => esc_html__( 'Links area', 'twentytwentyone' ), 45 45 'categories' => array( 'twentytwentyone' ), 46 46 'viewportWidth' => 1440, … … 54 54 'twentytwentyone/media-text-article-title', 55 55 array( 56 'title' => esc_html__( 'Media and Text Article Title', 'twentytwentyone' ),56 'title' => esc_html__( 'Media and text article title', 'twentytwentyone' ), 57 57 'categories' => array( 'twentytwentyone' ), 58 58 'viewportWidth' => 1440, … … 66 66 'twentytwentyone/overlapping-images', 67 67 array( 68 'title' => esc_html__( 'Overlapping Images', 'twentytwentyone' ),68 'title' => esc_html__( 'Overlapping images', 'twentytwentyone' ), 69 69 'categories' => array( 'twentytwentyone' ), 70 70 'viewportWidth' => 1024, … … 78 78 'twentytwentyone/two-images-showcase', 79 79 array( 80 'title' => esc_html__( 'Two Images Showcase', 'twentytwentyone' ),80 'title' => esc_html__( 'Two mages showcase', 'twentytwentyone' ), 81 81 'categories' => array( 'twentytwentyone' ), 82 82 'viewportWidth' => 1440, 83 'description' => esc_html_x( 'A Media & Text block with a big image on the left and a smaller one with bordered frame on the right.', 'Block pattern description', 'twentytwentyone' ),83 'description' => esc_html_x( 'A media & text block with a big image on the left and a smaller one with bordered frame on the right.', 'Block pattern description', 'twentytwentyone' ), 84 84 'content' => '<!-- wp:media-text {"mediaId":1747,"mediaLink":"' . esc_url( get_template_directory_uri() ) . '/assets/images/Daffodils.jpg","mediaType":"image"} --><div class="wp-block-media-text alignwide is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/Daffodils.jpg" alt="' . esc_attr__( '“Daffodils” by Berthe Morisot', 'twentytwentyone' ) . '" size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:image {"align":"center","width":400,"height":512,"sizeSlug":"large","className":"is-style-twentytwentyone-image-frame"} --><figure class="wp-block-image aligncenter size-large is-resized is-style-twentytwentyone-image-frame"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/self-portrait-1885.jpg" alt="' . esc_attr__( '“Self portrait” by Berthe Morisot', 'twentytwentyone' ) . '" width="400" height="512"/></figure><!-- /wp:image --></div></div><!-- /wp:media-text -->', 85 85 ) … … 90 90 'twentytwentyone/overlapping-images-and-text', 91 91 array( 92 'title' => esc_html__( 'Overlapping Images and Text', 'twentytwentyone' ),92 'title' => esc_html__( 'Overlapping images and text', 'twentytwentyone' ), 93 93 'categories' => array( 'twentytwentyone' ), 94 94 'viewportWidth' => 1440, … … 102 102 'twentytwentyone/portfolio-list', 103 103 array( 104 'title' => esc_html__( 'Portfolio List', 'twentytwentyone' ),104 'title' => esc_html__( 'Portfolio list', 'twentytwentyone' ), 105 105 'categories' => array( 'twentytwentyone' ), 106 106 'description' => esc_html_x( 'A list of projects with thumbnail images.', 'Block pattern description', 'twentytwentyone' ), … … 112 112 'twentytwentyone/contact-information', 113 113 array( 114 'title' => esc_html__( 'Contact Information', 'twentytwentyone' ),114 'title' => esc_html__( 'Contact information', 'twentytwentyone' ), 115 115 'categories' => array( 'twentytwentyone' ), 116 116 'description' => esc_html_x( 'A block with 3 columns that display contact information and social media links.', 'Block pattern description', 'twentytwentyone' ),
Note: See TracChangeset
for help on using the changeset viewer.