__( 'TITLE_OF_YOUR_BLOCK_PATTERN', 'PatternsWP-gutenberg-block-patterns' ), 'content' => "BLOCK_PATTERN_GOES_HERE", 'categories' => array("CATEGORY"), # eg: columns, text ..etc ) ); */ register_block_pattern( 'PatternsWPTestimonials-gutenberg-block-patterns/testimonials-one', array( 'title' => __( 'Testimonials Section One', 'PatternsWPTestimonials-gutenberg-block-patterns' ), 'content' => "\r\n
\r\n
\r\n

Testimonials

\r\n\r\n\r\n\r\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour.

\r\n
\r\n\r\n\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Simply fantastic!

\r\n\r\n\r\n\r\n

\"It is a long established fact that a reader will be distracted by the readable content.”

\r\n\r\n\r\n\r\n
\r\n
\"\"
\r\n\r\n\r\n\r\n
\r\n

Name Surname

\r\n\r\n\r\n\r\n

Position @company

\r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n
\r\n

Support is good

\r\n\r\n\r\n\r\n

\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters.”

\r\n\r\n\r\n\r\n
\r\n
\"\"
\r\n\r\n\r\n\r\n
\r\n

Name Surname

\r\n\r\n\r\n\r\n

Position @company

\r\n
\r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n
\r\n
\r\n

Completely changed my workflow

\r\n\r\n\r\n\r\n

\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour.”

\r\n\r\n\r\n\r\n
\r\n
\"\"
\r\n\r\n\r\n\r\n
\r\n

Name Surname

\r\n\r\n\r\n\r\n

Position @company

\r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n
\r\n

Nice tool for freelancers

\r\n\r\n\r\n\r\n

\"It is a long established fact that a reader will be distracted by the readable content.”

\r\n\r\n\r\n\r\n
\r\n
\"\"
\r\n\r\n\r\n\r\n
\r\n

Name Surname

\r\n\r\n\r\n\r\n

Position @company

\r\n
\r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n
\r\n
\r\n

Favorite timesaving tool

\r\n\r\n\r\n\r\n

\"It is a long established fact that a reader will be distracted by the readable content.”

\r\n\r\n\r\n\r\n
\r\n
\"\"
\r\n\r\n\r\n\r\n
\r\n

Name Surname

\r\n\r\n\r\n\r\n

Position @company

\r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n
\r\n

I absolutely love it

\r\n\r\n\r\n\r\n

\"This is a very complex and beautiful set of elements. Under the hood it comes with the best things from 2 different worlds: Figma and Tailwind.”

\r\n\r\n\r\n\r\n
\r\n
\"\"
\r\n\r\n\r\n\r\n
\r\n

Name Surname

\r\n\r\n\r\n\r\n

Position @company

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n", 'categories' => array("patternswp-testimonials"), ) ); register_block_pattern( 'PatternsWPTestimonials-gutenberg-block-patterns/testimonials-two', array( 'title' => __( 'Testimonials Section Two', 'PatternsWPTestimonials-gutenberg-block-patterns' ), 'content' => "\r\n
\r\n
\r\n
\"\"
\r\n\r\n\r\n\r\n

“Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed convallis odio turpis. Aenean vitae sollicitudin justo, eu rhoncus tellus. Praesent semper id risus et dignissim. Nunc dictum nulla et facilisis blandit. Aliquam eget erat augue.”

\r\n\r\n\r\n\r\n
\r\n
\"\"
\r\n\r\n\r\n\r\n
\r\n

Name Surname

\r\n\r\n\r\n\r\n

Position @company

\r\n
\r\n
\r\n
\r\n
\r\n", 'categories' => array("patternswp-testimonials"), ) ); register_block_pattern( 'PatternsWPTestimonials-gutenberg-block-patterns/testimonials-three', array( 'title' => __( 'Testimonials Section Three', 'PatternsWPTestimonials-gutenberg-block-patterns' ), 'content' => "\r\n
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n\r\n\r\n\r\n
\r\n
\"\"
\r\n\r\n\r\n\r\n
\r\n

Lorem ipsum dolor sit amet

\r\n\r\n\r\n\r\n

“Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed convallis odio turpis. Aenean vitae sollicitudin justo, eu rhoncus tellus.”

\r\n
\r\n\r\n\r\n\r\n
\r\n
\"\"
\r\n\r\n\r\n\r\n
\r\n

Name Surname

\r\n\r\n\r\n\r\n

Position @company

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n", 'categories' => array("patternswp-testimonials"), ) ); } } add_action( 'init', 'PatternsWPTestimonials_patterns_register_block_patterns' );