|
@@ -5,8 +5,8 @@
|
|
return array(
|
|
return array(
|
|
'title' => __( 'Image with text', 'remote' ),
|
|
'title' => __( 'Image with text', 'remote' ),
|
|
'categories' => array( 'text', 'columns' ),
|
|
'categories' => array( 'text', 'columns' ),
|
|
- 'content' => '<!-- wp:image {"align":"wide","sizeSlug":"large","linkDestination":"none","className":"is-style-skatepark-aside-caption"} -->
|
|
|
|
- <figure class="wp-block-image alignwide size-large is-style-skatepark-aside-caption"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/laptop.jpg" alt="' . esc_attr__( 'Picture of a laptop', 'remote' ) . '"/></figure>
|
|
|
|
|
|
+ 'content' => '<!-- wp:image {"align":"wide","sizeSlug":"large","linkDestination":"none"} -->
|
|
|
|
+ <figure class="wp-block-image alignwide size-large"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/laptop.jpg" alt="' . esc_attr__( 'Picture of a laptop', 'remote' ) . '"/></figure>
|
|
<!-- /wp:image -->
|
|
<!-- /wp:image -->
|
|
|
|
|
|
<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":"50px","padding":{"top":"20px"}}}} -->
|
|
<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":"50px","padding":{"top":"20px"}}}} -->
|