Skip to content

WYSIWYG Tool (Quill implementation): ql-hidden ist not applied to wysiwyg editable when rendered in frontend context #247

@ghost

Description

Hello there, I'm very new to pimcore-toolbox, but I was excited to enable it with my pimcore setup.

Now I tried the WYSIWYG editor... which works fine within the backend. However, at the frontend, the toolbar ist renderer with class ql-hidden, and because ql-hidden is unknonw, it shows an garbled toolbar...

So I tried to embedd:

https://cdn.jsdelivr.net/npm/quill@2/dist/quill.snow.css

The problem persists, because .ql-hidden is defined in a parent class, like this:

ql-theme-{ThemeName} {
.ql-hidden {...}
}

How to properly setup styles or the WYSIWYG element? The documentation does not mention any additional frontend stylesheets, or did I miss something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions