updating block list with new blocks

This commit is contained in:
Antoine M 2024-01-10 16:57:32 +01:00
parent ccf08f3551
commit d73e92cbea

View File

@ -60,7 +60,7 @@ function create_block_multiblocks_block_init()
register_block_type(__DIR__ . '/blocks/press-photo-kit/build'); register_block_type(__DIR__ . '/blocks/press-photo-kit/build');
register_block_type(__DIR__ . '/blocks/press-reviews/build'); register_block_type(__DIR__ . '/blocks/press-reviews/build');
register_block_type(__DIR__ . '/blocks/offres-emplois/build'); register_block_type(__DIR__ . '/blocks/offres-emplois/build');
register_block_type(__DIR__ . '/blocks/internationnalisation/build'); // register_block_type(__DIR__ . '/blocks/internationnalisation/build');
// Statics // Statics
register_block_type(__DIR__ . '/blocks/focused-thematique/build'); register_block_type(__DIR__ . '/blocks/focused-thematique/build');
@ -83,6 +83,7 @@ function create_block_multiblocks_block_init()
register_block_type(__DIR__ . '/blocks/tips-to-know/build'); register_block_type(__DIR__ . '/blocks/tips-to-know/build');
register_block_type(__DIR__ . '/blocks/labelled-picture/build'); register_block_type(__DIR__ . '/blocks/labelled-picture/build');
register_block_type(__DIR__ . '/blocks/partner-logo/build'); register_block_type(__DIR__ . '/blocks/partner-logo/build');
register_block_type(__DIR__ . '/blocks/infos-seminaires/build');
// CONTAINERS (STATIC) // CONTAINERS (STATIC)
register_block_type(__DIR__ . '/blocks/content-box/build'); register_block_type(__DIR__ . '/blocks/content-box/build');
@ -94,6 +95,7 @@ function create_block_multiblocks_block_init()
register_block_type(__DIR__ . '/acf-blocks/google-map'); register_block_type(__DIR__ . '/acf-blocks/google-map');
register_block_type(__DIR__ . '/acf-blocks/sitemap'); register_block_type(__DIR__ . '/acf-blocks/sitemap');
register_block_type(__DIR__ . '/acf-blocks/photos-archives'); register_block_type(__DIR__ . '/acf-blocks/photos-archives');
register_block_type(__DIR__ . '/acf-blocks/dates-seminaire');
register_block_type(__DIR__ . '/acf-blocks/home/home-header'); register_block_type(__DIR__ . '/acf-blocks/home/home-header');
register_block_type(__DIR__ . '/acf-blocks/home/latest-news'); register_block_type(__DIR__ . '/acf-blocks/home/latest-news');
register_block_type(__DIR__ . '/acf-blocks/home/show-thematiques'); register_block_type(__DIR__ . '/acf-blocks/home/show-thematiques');