add editor types in page maker

This commit is contained in:
Simon Vieille 2022-04-19 15:04:09 +02:00
parent c5db18e05e
commit 7249c13a95
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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) {