'numbered', 'label' => __( 'Numbered', 'blockify' ), 'inline_style' => '.is-style-numbered{list-style:decimal}', ] ); // Register register_block_pattern( 'blockify/header', [ 'title' => __( 'Example CTA', 'blockify' ), 'description' => _x( 'Example CTA block pattern', 'Block pattern description', 'blockify' ), 'content' => file_get_contents( __DIR__ . '/patterns/cta.html' ), 'categories' => [ 'text' ], 'keywords' => [ 'cta', 'demo', 'example' ], 'viewportWidth' => 800, ] ); } endif; add_action( 'after_setup_theme', 'blockify_setup' );