diff --git a/plugins/carhop-blocks/index.php b/plugins/carhop-blocks/index.php index 8744312..99c1697 100644 --- a/plugins/carhop-blocks/index.php +++ b/plugins/carhop-blocks/index.php @@ -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');