__('Profile', 'berenice'), 'description' => __('Image and biography of the writer.', 'berenice'), 'categories' => array('banner',), 'inserter' => 'true', 'keywords' => array('image', 'writer', 'text', 'biography',), 'viewPortWidth' => '330', 'content' => '

My name is Berenice, I live in Springfield and I am a full professor of short stories at Walla Walla University at 149b Pinocchietti Marcellini Street.

Change the width of the content in the main group as desired to fit the space you have chosen to insert this pattern.

', ) ); } add_action( 'init', 'berenice_block_pattern' ); function berenice_register_block_styles() { register_block_style( array( 'core/paragraph', 'core/heading', 'core/group' ), array( 'name' => 'berenice-berenicegroup', 'label' => __( 'Berenice Group', 'berenice' ), 'inline_style' => '.is-style-berenice-berenicegroup { padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 15px; border-style: solid; border-width: 1px; border-color: var(--wp--preset--color--custom-color-1); }', ) ); } add_action( 'init', 'berenice_register_block_styles' );