'blue-quote', 'label' => esc_html__( 'Blue Quote', 'aanglo' ), 'inline_style' => '.wp-block-quote.is-style-blue-quote { color: blue; }', ) ); }; // register_block_pattern register_block_pattern( 'aanglo/my-awesome-pattern', array( 'title' => __( 'Two buttons', 'aanglo' ), 'description' => _x( 'Two horizontal buttons, the left button is filled in, and the right button is outlined.', 'Block pattern description', 'aanglo' ), 'content' => "\n
\n", ) );