__( 'Single Docs Essence Layout', 'betterdocs' ),
'description' => _x( 'Single Docs Essence Layout', 'Block pattern description', 'betterdocs' ),
'content' => '
',
'categories' => array( 'betterdocs-single-docs' ),
'keywords' => array( 'betterdocs', 'single docs', 'essence layout' ),
'viewportWidth' => 1600,
)
);
register_block_pattern(
'betterdocs/single-docs-rustic-layout',
array(
'title' => __( 'Single Docs Rustic Layout', 'betterdocs' ),
'description' => _x( 'Single Docs Rustic Layout', 'Single Docs Rustic Layout', 'betterdocs' ),
'content' => '
',
'categories' => array( 'betterdocs-single-docs' ),
'keywords' => array( 'betterdocs', 'single docs', 'essence layout' ),
'viewportWidth' => 1600,
)
);
register_block_pattern(
'betterdocs/single-docs-salte-layout',
array(
'title' => __( 'Single Docs Slate Layout', 'betterdocs' ),
'description' => _x( 'Single Docs Slate Layout', 'Block pattern description', 'betterdocs' ),
'content' => '
',
'categories' => array( 'betterdocs-single-docs' ),
'keywords' => array( 'betterdocs', 'single docs', 'essence layout' ),
'viewportWidth' => 1600,
)
);
register_block_pattern(
'betterdocs/single-docs-layout-1',
array(
'title' => __( 'Single Docs Classic Layout', 'betterdocs' ),
'description' => _x( 'Single Docs Classic Layout', 'Block pattern description', 'betterdocs' ),
'content' => '
',
'categories' => array( 'betterdocs-single-docs' ),
'keywords' => array( 'betterdocs', 'single docs layout 1' ),
'viewportWidth' => 1600,
)
);
}
}