'title'=>esc_html__('Two Columns with Images','twentyfifteen'),
'categories'=>array('twentyfifteen'),
'content'=>'<!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"><!-- wp:image {"id":null,"sizeSlug":"large","linkDestination":"none"} --><figure class="wp-block-image size-large"><img src="'.esc_url(get_template_directory_uri()).'/assets/pier-seagull.jpg" alt="'.esc_attr__('A pier with a seagull.','twentyfifteen').'"/></figure><!-- /wp:image --><!-- wp:heading --><h2>'.esc_html__('Adventure','twentyfifteen').'</h2><!-- /wp:heading --><!-- wp:paragraph --><p>'.esc_html__('I faced about again, and rushed towards the approaching Martian, rushed right down the gravelly beach and headlong into the water. Others did the same.','twentyfifteen').'</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:image {"id":null,"sizeSlug":"large","linkDestination":"none"} --><figure class="wp-block-image size-large"><img src="'.esc_url(get_template_directory_uri()).'/assets/pier-seagulls.jpg" alt="'.esc_attr__('A pier with seagulls.','twentyfifteen').'"/></figure><!-- /wp:image --><!-- wp:heading --><h2>'.esc_html__('Travels','twentyfifteen').'</h2><!-- /wp:heading --><!-- wp:paragraph --><p>'.esc_html__('A boatload of people putting back came leaping out as I rushed past. The stones under my feet were muddy and slippery, and the river was so low.','twentyfifteen').'</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns -->',
)
);
// Columns with a list.
register_block_pattern(
'twentyfifteen/columns-with-list',
array(
'title'=>esc_html__('Columns with a List','twentyfifteen'),
'categories'=>array('twentyfifteen'),
'content'=>'<!-- wp:heading --><h2>'.esc_html__('What to pack for the beach','twentyfifteen').'</h2><!-- /wp:heading --><!-- wp:paragraph {"style":{"color":{"text":"#707070"}}} --><p class="has-text-color" style="color:#707070"><em>'.esc_html__('You don’t need a lot, trust us!','twentyfifteen').'</em></p><!-- /wp:paragraph --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column {"width":"65%"} --><div class="wp-block-column" style="flex-basis:65%"><!-- wp:paragraph --><p>'.esc_html__('As I watched, the planet seemed to grow larger and smaller and to advance and recede, but that was simply that my eye was tired. Forty millions of miles it was from us — more than forty millions of miles of void. Few people realize the immensity of vacancy in which the dust of the material universe swims.','twentyfifteen').'</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column {"width":"5%"} --><div class="wp-block-column" style="flex-basis:5%"></div><!-- /wp:column --><!-- wp:column {"width":"30%"} --><div class="wp-block-column" style="flex-basis:30%"><!-- wp:list --><ul><li>'.esc_html__('Towels','twentyfifteen').'</li><li>'.esc_html__('Camera','twentyfifteen').'</li><li>'.esc_html__('Water Bottle','twentyfifteen').'</li><li>'.esc_html__('Swimsuit','twentyfifteen').'</li><li>'.esc_html__('Snacks','twentyfifteen').'</li></ul><!-- /wp:list --></div><!-- /wp:column --></div><!-- /wp:columns -->',