add block class name for the choice type in the page maker

This commit is contained in:
Simon Vieille 2023-05-19 19:55:02 +02:00
parent 7ca8a4aa04
commit 3219ba47aa
Signed by: deblan
GPG key ID: 579388D585F70417

View file

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