CHORE Enqueing new blocks
This commit is contained in:
parent
f65e1f2088
commit
a693019afd
|
|
@ -46,6 +46,8 @@ function carhop_register_blocks()
|
||||||
register_block_type(__DIR__ . '/blocks/content-box/build');
|
register_block_type(__DIR__ . '/blocks/content-box/build');
|
||||||
register_block_type(__DIR__ . '/blocks/heading/build');
|
register_block_type(__DIR__ . '/blocks/heading/build');
|
||||||
register_block_type(__DIR__ . '/blocks/decorative-shapes/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');
|
add_action('init', 'carhop_register_blocks');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user