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

Crafted for strong teams like yours

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

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, libero eget bibendum tristique.

\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
\"\"
\r\n\r\n\r\n\r\n

Heading here

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

Collaborate seamlessly with all the organization and hit your marketing goals every month with our marketing plan.

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

Heading here

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

Collaborate seamlessly with all the organization and hit your marketing goals every month with our marketing plan.

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

Heading here

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

Collaborate seamlessly with all the organization and hit your marketing goals every month with our marketing plan.

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

Heading here

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

Collaborate seamlessly with all the organization and hit your marketing goals every month with our marketing plan.

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