From 3219ba47aafb0ef59cb4ced8c6fd472078606e7f Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 19 May 2023 19:55:02 +0200 Subject: [PATCH] add block class name for the choice type in the page maker --- src/core/Maker/MakePage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Maker/MakePage.php b/src/core/Maker/MakePage.php index f6bb654..5243d25 100644 --- a/src/core/Maker/MakePage.php +++ b/src/core/Maker/MakePage.php @@ -138,7 +138,7 @@ EOF $types = [ 'text' => null, 'textarea' => null, - 'choice' => null, + 'choice' => 'BlockEntity\\ChoiceBlock::class', 'collection' => 'BlockEntity\\CollectionBlock::class', 'editor_js_textarea' => null, 'file' => 'BlockEntity\\FileBlock::class',