From 35bd602e833d684894497439d4d0fc0ad848108a Mon Sep 17 00:00:00 2001 From: Maud Leray Date: Mon, 9 Sep 2024 14:28:51 +0200 Subject: [PATCH] PLANET-7534 Allow Take Action Boxout in all post types (#1235) More specifically, it is now allowed in Pages, Posts and Actions --- planet4-gutenberg-blocks.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/planet4-gutenberg-blocks.php b/planet4-gutenberg-blocks.php index 3e41c44d3..f7e1c4031 100644 --- a/planet4-gutenberg-blocks.php +++ b/planet4-gutenberg-blocks.php @@ -135,6 +135,7 @@ 'planet4-blocks/social-media', 'planet4-blocks/spreadsheet', 'planet4-blocks/submenu', + 'planet4-blocks/take-action-boxout', 'planet4-blocks/timeline', 'planet4-blocks/enform', 'planet4-blocks/guestbook', @@ -188,6 +189,7 @@ 'planet4-blocks/social-media', 'planet4-blocks/spreadsheet', 'planet4-blocks/submenu', + 'planet4-blocks/take-action-boxout', 'planet4-blocks/timeline', 'planet4-blocks/enform', 'planet4-blocks/guestbook',