Is it possible to switch wysiwyg back to quilljs?
A separate admin panel is suitable for many projects, not all of which can or should be able to display html content. Some projects do not need layout, but only data. In this sense, the quilljs library was more convenient, because it allowed to export content in a universal json format where we could work with it conveniently. The current trumbowyg editor is able to export content only in html, and with this there are large restrictions on the areas where we can use this admin panel.
Is it possible to switch wysiwyg back to quilljs?
A separate admin panel is suitable for many projects, not all of which can or should be able to display html content. Some projects do not need layout, but only data. In this sense, the quilljs library was more convenient, because it allowed to export content in a universal json format where we could work with it conveniently. The current trumbowyg editor is able to export content only in html, and with this there are large restrictions on the areas where we can use this admin panel.