diff --git a/index.php b/index.php index efc73a3..61ad631 100644 --- a/index.php +++ b/index.php @@ -37,13 +37,13 @@ function create_block_multiblocks_block_init() // Dynamics register_block_type(__DIR__ . '/blocks/questions-container/build'); register_block_type(__DIR__ . '/blocks/vocabulaire-summary/build'); - 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'); - + register_block_type(__DIR__ . '/blocks/kit-presse/build'); + // Statics + register_block_type(__DIR__ . '/blocks/focused-thematique/build'); + register_block_type(__DIR__ . '/blocks/focused-schema/build'); register_block_type(__DIR__ . '/blocks/points-cles/build'); register_block_type(__DIR__ . '/blocks/content-heading/build'); register_block_type(__DIR__ . '/blocks/picture-banner/build'); @@ -65,7 +65,6 @@ function create_block_multiblocks_block_init() // CHILDREN (STATIC) register_block_type(__DIR__ . '/blocks/monoblock/build'); // — ALLOWED IN GREYBOX / WHITE BOX - // register_block_type(__DIR__ . '/blocks/_starterNested/build'); } add_action('init', 'create_block_multiblocks_block_init');