__( 'Bigwigs Patterns', 'bigwigs' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { // Giant Heading. register_block_pattern( 'bigwigs/giant-heading', array( 'title' => esc_html__( 'Giant Heading', 'bigwigs' ), 'categories' => array( 'bigwigs' ), 'viewportWidth' => 1440, 'content' => '

' . esc_html__( 'Giant Heading', 'bigwigs' ) . '

', ) ); // Team member or Author box register_block_pattern( 'bigwigs/author-box', array( 'title' => esc_html__( 'Author / Team member', 'bigwigs' ), 'categories' => array( 'bigwigs' ), 'viewportWidth' => 1440, 'content' => '

'. esc_html__( 'Manager', 'bigwigs' ) .'

'. esc_html__( 'George McDonnell', 'bigwigs' ) .'

'. esc_html__( 'Ralesuada tempus risus, ut ullamcorper risus elementum.', 'bigwigs' ) .'

', ) ); if ( class_exists( 'Getwid\Getwid' ) ) { // Cards 2 columns register_block_pattern( 'bigwigs/cards-two-column', array( 'title' => esc_html__( 'Cards 2 columns', 'bigwigs' ), 'categories' => array( 'bigwigs' ), 'viewportWidth' => 1440, 'content' => '
'. esc_html__( 'Card title', 'bigwigs' ) .'

'. esc_html__( 'Paragraph', 'bigwigs' ) .'

'. esc_html__( 'Card title', 'bigwigs' ) .'

'. esc_html__( 'Paragraph', 'bigwigs' ) .'

', ) ); // Three columns of cards with footer register_block_pattern( 'bigwigs/cards-w-footer', array( 'title' => esc_html__( 'Cards with footer', 'bigwigs' ), 'categories' => array( 'bigwigs' ), 'viewportWidth' => 1440, 'content' => '
'. esc_html__( 'Card title', 'bigwigs' ) .'

'. esc_html__( 'Paragraph', 'bigwigs' ) .'

'. esc_html__( 'Card title', 'bigwigs' ) .'

'. esc_html__( 'Paragraph', 'bigwigs' ) .'

'. esc_html__( 'Card title', 'bigwigs' ) .'

'. esc_html__( 'Paragraph', 'bigwigs' ) .'

', ) ); // Wide card register_block_pattern( 'bigwigs/wide-card', array( 'title' => esc_html__( 'Wide Card', 'bigwigs' ), 'categories' => array( 'bigwigs' ), 'viewportWidth' => 1440, 'content' => '

'. esc_html__( 'Card Header', 'bigwigs' ) .'

'. esc_html__( 'Special title treatment', 'bigwigs' ) .'

'. esc_html__( 'With supporting text below as a natural lead-in to additional content', 'bigwigs' ) .'.

', ) ); } }