Open
Description
I am working on a symfony 5.4 project with webpack. I forked the project, edited composer.json to lower dependencies, and installation works (or at least don't complain).
I used the QuillType component, and form is generated ok:
<textarea id="intro" name="book[intro quill_options="["bold","italic"]" sanitizer="" quill_extra_options="{"upload_handler":{"type":"form","path":null},"debug":"error","height":"200px","theme":"snow","placeholder":"Quill editor","sanitizer":null,"style":"class","modules":[]}" placeholder="" class="form-control"></textarea>
But I just see a textarea.
I tried loading quill manually in app.js (webpack) but does nothing.
I suppose symfony5 is missing some symfony6 automated process, could you help me?
Metadata
Assignees
Labels
No labels