From 7249c13a959f3583adaa0f50e4faf8f56c37607b Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 19 Apr 2022 15:04:09 +0200 Subject: [PATCH] add editor types in page maker --- src/core/Maker/MakePage.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/Maker/MakePage.php b/src/core/Maker/MakePage.php index ec452d3..1a94bd5 100644 --- a/src/core/Maker/MakePage.php +++ b/src/core/Maker/MakePage.php @@ -125,9 +125,12 @@ EOF 'textarea' => null, 'choice' => null, 'collection' => 'BlockEntity\\CollectionBlock::class', + 'editor_js_textarea' => null, 'file' => 'BlockEntity\\FileBlock::class', 'file_picker' => null, + 'grapes_js' => null, 'image' => 'BlockEntity\\FileBlock::class', + 'tinymce_textarea' => null, ]; while (null === $type) {