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?