From 2f6b1f0134555e7eba1973c903da28e29be158e0 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 25 Mar 2026 16:02:19 +0100 Subject: [PATCH] FEATURE Add support for core/file block in chapter section editor --- plugins/carhop-blocks/src/chapter-section/edit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/carhop-blocks/src/chapter-section/edit.js b/plugins/carhop-blocks/src/chapter-section/edit.js index 658eeac..44ad00f 100644 --- a/plugins/carhop-blocks/src/chapter-section/edit.js +++ b/plugins/carhop-blocks/src/chapter-section/edit.js @@ -334,6 +334,7 @@ export default function Edit({ attributes, setAttributes, ...props }) { "core/heading", "core/paragraph", "core/list", + "core/file", "core/button", "core/buttons", "carhop-blocks/heading",