add blocks
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Vieille 2022-04-14 22:44:53 +02:00
parent f98b3152c0
commit 5e7a174a43
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -98,6 +98,14 @@ public function getMyBlock(): Block
`App\Core\Form\Site\Page\FilePickerBlockType` will render a specific widget that use the file manager.
### EditorJsTextareaBlockType
`App\Core\Form\Site\Page\EditorJsTextareaBlockType` will render a EditorJs widget.
### GrapesJsBlockType
`App\Core\Form\Site\Page\GrapesJsBlockType` will render a GrapesJS editor.
### ImageBlockType
`App\Core\Form\Site\Page\ImageBlockType` will render a symfony `FileType` with a preview of the image.