';
twentig_register_block_pattern(
'twentig/header-with-social-icons',
array(
'title' => __( 'Header with social icons', 'twentig' ),
'categories' => array( 'header' ),
'blockTypes' => array( 'core/template-part/header' ),
'postTypes' => array( 'wp_template_part' ),
'viewportWidth' => 1280,
'content' => '
',
)
);
twentig_register_block_pattern(
'twentig/header-with-button',
array(
'title' => __( 'Header with button', 'twentig' ),
'categories' => array( 'header' ),
'blockTypes' => array( 'core/template-part/header' ),
'postTypes' => array( 'wp_template_part' ),
'viewportWidth' => 1280,
'content' => '',
)
);
twentig_register_block_pattern(
'twentig/header-with-circle-logo-or-profile-picture',
array(
'title' => __( 'Header with circle logo or profile picture', 'twentig' ),
'categories' => array( 'header' ),
'blockTypes' => array( 'core/template-part/header' ),
'postTypes' => array( 'wp_template_part' ),
'viewportWidth' => 1280,
'content' => '',
)
);
twentig_register_block_pattern(
'twentig/header-with-left-navigation-and-social-icons',
array(
'title' => __( 'Header with left navigation and social icons', 'twentig' ),
'categories' => array( 'header' ),
'blockTypes' => array( 'core/template-part/header' ),
'postTypes' => array( 'wp_template_part' ),
'viewportWidth' => 1280,
'content' => '',
)
);
twentig_register_block_pattern(
'twentig/header-with-left-navigation-and-button',
array(
'title' => __( 'Header with left navigation and button', 'twentig' ),
'categories' => array( 'header' ),
'blockTypes' => array( 'core/template-part/header' ),
'postTypes' => array( 'wp_template_part' ),
'viewportWidth' => 1280,
'content' => '',
)
);
twentig_register_block_pattern(
'twentig/header-with-left-navigation-and-search',
array(
'title' => __( 'Header with left navigation and search', 'twentig' ),
'categories' => array( 'header' ),
'blockTypes' => array( 'core/template-part/header' ),
'postTypes' => array( 'wp_template_part' ),
'viewportWidth' => 1280,
'content' => '',
)
);
twentig_register_block_pattern(
'twentig/header-stack-center',
array(
'title' => __( 'Header stack: center', 'twentig' ),
'categories' => array( 'header' ),
'blockTypes' => array( 'core/template-part/header' ),
'postTypes' => array( 'wp_template_part' ),
'viewportWidth' => 1280,
'content' => '',
)
);