BitBagCommerce / SyliusCmsPlugin

Content management system for eCommerce apps created on Sylius platform. Built with Sylius code quality, flexibility, BDD.
MIT License
233 stars 159 forks source link

Add WYSIWYG plugin for HTML type #120

Closed gabiudrescu closed 6 years ago

gabiudrescu commented 6 years ago

While watching the webinar from last week, I just realized that the HTML content block is missing a WYSIWYG form in admin to be more user friendly.

And from the implementation point of view, I guess this means:

wdyt?

bitbager commented 6 years ago

We have inclued a customozation guide for it. We will probably add it to the core with a nice toggle switch for the WYSIWYG editor. Leaving it as opened, thanks!

bitbager commented 6 years ago

It's coming with the v2.0.0! 🎉

gabiudrescu commented 6 years ago

Maybe you can implement this WYSIWYG editor: https://github.com/yakovlevga/brickyeditor

I think it will be better, from user point of view, to be able to edit static blocks on the website like that.

Or, if you plan to use CKEditor, maybe that one can also have the WYSIWYG feature enabled: https://sdk.ckeditor.com/samples/inline.html

bitbager commented 6 years ago

Hi @gabiudrescu. How does the editor differ from CKEditor? Actually, we already integrated CKEditor with the plugin due to easy to install FOSCKEditorBundle 🙁

gabiudrescu commented 6 years ago

brickyeditor is more friendly to inline editing right on the front end of the website.

you can pull the same with CKEditor though... but from what I learned, brickyeditor is better for such things. give it a try :)

bitbager commented 6 years ago

At this moment, we decided to use CKEditor. We will see how it goes in the future 🙂