ehyiah/ux-quill
Symfony UX bundle integrating the Quill.js WYSIWYG editor. Drop-in QuillType form field with multiple editors per page, works with AssetMapper or Webpack Encore, and includes a Twig component to render saved content with optional inline 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?