From f4d03d27e20caff5270968bb07d45a408c1ef16a Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Oct 2023 11:29:58 +0200 Subject: [PATCH] updating index with new blocks enqueuing --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index ad5c1df..e3b882a 100644 --- a/index.php +++ b/index.php @@ -54,6 +54,7 @@ function create_block_multiblocks_block_init() register_block_type(__DIR__ . '/blocks/staff-list/build'); register_block_type(__DIR__ . '/blocks/section-titling/build'); register_block_type(__DIR__ . '/blocks/accordeon/build'); + register_block_type(__DIR__ . '/blocks/column-cards/build'); // CONTAINERS (STATIC) register_block_type(__DIR__ . '/blocks/content-box/build');