FEATURE Register new blocks for content, heading, and decorative shapes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-06-27 18:30:11 +02:00
parent 8291a6d545
commit 054b3de826

View File

@ -43,10 +43,9 @@ function carhop_register_blocks()
register_block_type(__DIR__ . '/blocks/front-header/build'); register_block_type(__DIR__ . '/blocks/front-header/build');
register_block_type(__DIR__ . '/blocks/chapter-section/build'); register_block_type(__DIR__ . '/blocks/chapter-section/build');
register_block_type(__DIR__ . '/blocks/dbmob-grid/build'); register_block_type(__DIR__ . '/blocks/dbmob-grid/build');
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__ . '/acf-blocks/documentation-accordion-panel');
} }
add_action('init', 'carhop_register_blocks'); add_action('init', 'carhop_register_blocks');