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',