From 1a10dfc46105bd6a3448ac3fc5a31ddfc4cf8dea Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 7 Nov 2023 10:14:50 +0100 Subject: [PATCH] refactoring to handle independant staff-member block --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index de6323d..efc73a3 100644 --- a/index.php +++ b/index.php @@ -40,6 +40,7 @@ function create_block_multiblocks_block_init() register_block_type(__DIR__ . '/blocks/focused-schema/build'); register_block_type(__DIR__ . '/blocks/focused-thematique/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'); // Statics @@ -52,6 +53,7 @@ function create_block_multiblocks_block_init() register_block_type(__DIR__ . '/blocks/chapitrage-thematique/build'); register_block_type(__DIR__ . '/blocks/timeline/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/accordeon/build'); register_block_type(__DIR__ . '/blocks/column-cards/build');