From 7a1d6087e7f8cad0927e121cf3a4870d033062b4 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 4 Dec 2025 16:58:37 +0100 Subject: [PATCH] FEATURE Adding new block types to the content box editor --- plugins/carhop-blocks/src/content-box/edit.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/carhop-blocks/src/content-box/edit.js b/plugins/carhop-blocks/src/content-box/edit.js index d429505..b2e6ea9 100644 --- a/plugins/carhop-blocks/src/content-box/edit.js +++ b/plugins/carhop-blocks/src/content-box/edit.js @@ -185,13 +185,17 @@ export default function Edit({ attributes, setAttributes, ...props }) { "core/pullquote", "core/media-text", "core/table", + "carhop-blocks/chapter-section", "carhop-blocks/heading", "carhop-blocks/decorative-shapes", "carhop-blocks/scroll-story-block", + "carhop-blocks/cta", "carhop-blocks/cta-group", "carhop-blocks/audio-player", "carhop-blocks/localisation-map", "carhop-blocks/notice-panel", + "carhop-blocks/story-timeline", + "carhop-blocks/highlight-timeline", "acf/statistics-datas", "ninja-forms/form", "gravityforms/form",