add builder as new type in the page maker

This commit is contained in:
Simon Vieille 2024-05-15 18:39:09 +02:00
parent d74cd52711
commit d1649a4959
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -149,6 +149,7 @@ EOF
'textarea' => null,
'choice' => 'BlockEntity\\ChoiceBlock::class',
'collection' => 'BlockEntity\\CollectionBlock::class',
'builder' => 'BlockEntity\\BuilderBlock::class',
'editor_js_textarea' => null,
'file' => 'BlockEntity\\FileBlock::class',
'file_picker' => null,