Skip to content

Downgrade to 5.4 #39

Open
Open
@enboig

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="[&quot;bold&quot;,&quot;italic&quot;]" sanitizer="" quill_extra_options="{&quot;upload_handler&quot;:{&quot;type&quot;:&quot;form&quot;,&quot;path&quot;:null},&quot;debug&quot;:&quot;error&quot;,&quot;height&quot;:&quot;200px&quot;,&quot;theme&quot;:&quot;snow&quot;,&quot;placeholder&quot;:&quot;Quill editor&quot;,&quot;sanitizer&quot;:null,&quot;style&quot;:&quot;class&quot;,&quot;modules&quot;:[]}" 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions