esc_html__( 'Twenty Ten', 'twentyten' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { // Image with large heading and paragraph. register_block_pattern( 'twentyten/intro', array( 'title' => esc_html__( 'Introduction', 'twentyten' ), 'categories' => array( 'twentyten' ), 'viewportWidth' => 700, 'content' => '
' . esc_attr__( 'A red barn with a white roof in a field.', 'twentyten' ) . '
' . esc_html__( 'An old barn we passed on the drive', 'twentyten' ) . '

' . esc_html__( 'A Weekend Away', 'twentyten' ) . '

' . esc_html__( 'It’s amazing what a good weekend can do. After a tough couple weeks at work, I knew I needed to get away and be in nature. My partner and I decided to take a long weekend and stay in a cabin in the woods. We packed up after work on Friday and drove out into the country, passing through fields full of horses, old farms, and quaint little town squares. It was an idyllic drive. Eventually, we reached our destination and unpacked the car. We couldn’t wait to cook up a simple dinner and then relax by the fireplace.', 'twentyten' ) . '

', ) ); // Cover block with a pullquote. register_block_pattern( 'twentyten/highlighted-quote', array( 'title' => esc_html__( 'Highlighted Quote', 'twentyten' ), 'categories' => array( 'twentyten' ), 'viewportWidth' => 700, 'content' => '

' . esc_html__( '"Take time off… The world will not fall apart without you."', 'twentyten' ) . '

' . esc_html__( '— Malebo Sephodi', 'twentyten' ) . '
', ) ); // Column blocks featuring two images with text on the side. register_block_pattern( 'twentyten/alternating-images', array( 'title' => esc_html__( 'Alternating Images', 'twentyten' ), 'categories' => array( 'twentyten' ), 'viewportWidth' => 700, 'content' => '
' . esc_attr__( 'A lake with several boats docked. The sun is rising behind mountains in the background.', 'twentyten' ) . '
' . esc_html__( 'The lake at 6:54 AM', 'twentyten' ) . '

' . esc_html__( 'Nearby our cabin was a lake. The sunrise looked beautiful as it rose over the hills beyond the water, reflecting down onto the gentle morning waves. I sat on the dock and drank a cup of coffee, enjoying the cool air on my skin. The coffee kept me warm inside.', 'twentyten' ) . '

' . esc_html__( 'Later that night, we went back to the lake and sat by the shore. It felt different at night; quieter, as if all of nature had gone to sleep for a little while. The only noises were the chirp of crickets and the soft splash of the waves lapping at the shore. What a beautiful way to end the day.', 'twentyten' ) . '

' . esc_attr__( 'A lake at night, with Adirondack chairs in the foreground. The sun sets in the background.', 'twentyten' ) . '
' . esc_html__( 'Relaxing at the lake after dinner', 'twentyten' ) . '
', ) ); }