From 89461e7df59c2999c75c3af50742d3cbdf0b2b7f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 8 Nov 2023 14:01:21 +0100 Subject: [PATCH] introducing icone feature --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 7a9d17f..6ca979a 100644 --- a/index.php +++ b/index.php @@ -60,6 +60,7 @@ function create_block_multiblocks_block_init() register_block_type(__DIR__ . '/blocks/accordeon/build'); register_block_type(__DIR__ . '/blocks/column-cards/build'); register_block_type(__DIR__ . '/blocks/text-image/build'); + register_block_type(__DIR__ . '/blocks/icon/build'); // CONTAINERS (STATIC) register_block_type(__DIR__ . '/blocks/content-box/build');