Oleg
Oleg
Thanks for the report. There might be a bug because form builder is using `custom-control` styling. For now, try to rollback form gem to a older version.
Demo is on Rails 6. Maybe there's something slightly different about how checkboxes are generated between Rails versions? I'll try to fix this when I find time.
@dinatih Thanks for linking to that project. Never heard about it before. Definitely an option if/when Redactor 1 completely stops working. Looks really good on the first glance as well....
Yes, with Redactor 3 I can include all those plugins. Both 1.12 and 2.0 use pretty much the same Redactor functionality so putting Redactor 3.0 in both of them should...
When Rails 6 comes out and there's an easy way to handle image/file attachments, absolutely.
@gr8bit Redactor bundled with the project already has purchased OEM license that allows you to use it for whatever purpose.
Hi @chiubaka It's been a while since I looked into this, but you can change default options for wysiwyg by overwriting this file: https://github.com/comfy/comfortable-mexican-sofa/blob/master/app/assets/javascripts/comfy/admin/cms/wysiwyg.js I'm a bit surprised that i...
One thing I can suggest is to add a `before_save` callback on the https://github.com/comfy/comfortable-mexican-sofa/blob/master/app/models/comfy/cms/fragment.rb (and snippet model too maybe) that sanitizes saved content.
Do you mind creating a test case? It's been ages since i even looked at 1.12 code, so I don't know what's going on here.
Yeah. It's possible that something got out of sync in 1.12. If you can fix the issue and make a PR I'll release 1.12.4. Thanks!