ehyiah/ux-quill
Symfony UX bundle integrating the Quill.js WYSIWYG editor. Add QuillType to your forms (works well with EasyAdmin), supports AssetMapper or Webpack Encore builds, and includes simple Twig patterns to render saved HTML with Quill styling.
sanitize_html first level option was present, it was sanitizing HTML before passing it to the quill instance. It doesn't really make sense and was preventing the table module from working.quill_extra_options the sanitizer option, use symfony default sanitizing process when saving data instead. See Official doc hereModuleInterface add a __contruct method in interface and some comments.path to upload_endpoint for easier understanding in upload_handler options.modules to the top level (like quill_options or quill_extra_options)How can I help you explore Laravel packages today?