FEATURE Register new blocks for content, heading, and decorative shapes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8291a6d545
commit
054b3de826
|
|
@ -43,10 +43,9 @@ function carhop_register_blocks()
|
|||
register_block_type(__DIR__ . '/blocks/front-header/build');
|
||||
register_block_type(__DIR__ . '/blocks/chapter-section/build');
|
||||
register_block_type(__DIR__ . '/blocks/dbmob-grid/build');
|
||||
|
||||
|
||||
|
||||
// register_block_type(__DIR__ . '/acf-blocks/documentation-accordion-panel');
|
||||
register_block_type(__DIR__ . '/blocks/content-box/build');
|
||||
register_block_type(__DIR__ . '/blocks/heading/build');
|
||||
register_block_type(__DIR__ . '/blocks/decorative-shapes/build');
|
||||
}
|
||||
add_action('init', 'carhop_register_blocks');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user