refactoring to handle independant staff-member block
This commit is contained in:
parent
d1005d37d5
commit
1a10dfc461
|
|
@ -40,6 +40,7 @@ function create_block_multiblocks_block_init()
|
||||||
register_block_type(__DIR__ . '/blocks/focused-schema/build');
|
register_block_type(__DIR__ . '/blocks/focused-schema/build');
|
||||||
register_block_type(__DIR__ . '/blocks/focused-thematique/build');
|
register_block_type(__DIR__ . '/blocks/focused-thematique/build');
|
||||||
register_block_type(__DIR__ . '/blocks/content-page-header/build');
|
register_block_type(__DIR__ . '/blocks/content-page-header/build');
|
||||||
|
register_block_type(__DIR__ . '/blocks/communiques-presse-feed/build');
|
||||||
// register_block_type(__DIR__ . '/blocks/illustration-thematique/build');
|
// register_block_type(__DIR__ . '/blocks/illustration-thematique/build');
|
||||||
|
|
||||||
// Statics
|
// Statics
|
||||||
|
|
@ -52,6 +53,7 @@ function create_block_multiblocks_block_init()
|
||||||
register_block_type(__DIR__ . '/blocks/chapitrage-thematique/build');
|
register_block_type(__DIR__ . '/blocks/chapitrage-thematique/build');
|
||||||
register_block_type(__DIR__ . '/blocks/timeline/build');
|
register_block_type(__DIR__ . '/blocks/timeline/build');
|
||||||
register_block_type(__DIR__ . '/blocks/staff-list/build');
|
register_block_type(__DIR__ . '/blocks/staff-list/build');
|
||||||
|
register_block_type(__DIR__ . '/blocks/staff-member/build');
|
||||||
register_block_type(__DIR__ . '/blocks/section-titling/build');
|
register_block_type(__DIR__ . '/blocks/section-titling/build');
|
||||||
register_block_type(__DIR__ . '/blocks/accordeon/build');
|
register_block_type(__DIR__ . '/blocks/accordeon/build');
|
||||||
register_block_type(__DIR__ . '/blocks/column-cards/build');
|
register_block_type(__DIR__ . '/blocks/column-cards/build');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user