diff --git a/index.php b/index.php index 6ca979a..42af5da 100644 --- a/index.php +++ b/index.php @@ -61,6 +61,7 @@ function create_block_multiblocks_block_init() register_block_type(__DIR__ . '/blocks/column-cards/build'); register_block_type(__DIR__ . '/blocks/text-image/build'); register_block_type(__DIR__ . '/blocks/icon/build'); + register_block_type(__DIR__ . '/blocks/tips-to-know/build'); // CONTAINERS (STATIC) register_block_type(__DIR__ . '/blocks/content-box/build');