CHORE Enqueing new blocks

This commit is contained in:
Antoine M 2025-06-30 15:59:00 +02:00
parent f65e1f2088
commit a693019afd

View File

@ -46,6 +46,8 @@ function carhop_register_blocks()
register_block_type(__DIR__ . '/blocks/content-box/build');
register_block_type(__DIR__ . '/blocks/heading/build');
register_block_type(__DIR__ . '/blocks/decorative-shapes/build');
register_block_type(__DIR__ . '/blocks/narrative-card/build');
register_block_type(__DIR__ . '/blocks/scroll-story-block/build');
}
add_action('init', 'carhop_register_blocks');