![]() |
Disable CKEditor for custom textareas - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Disable CKEditor for custom textareas (/showthread.php?tid=6906) |
Disable CKEditor for custom textareas - Everyone - 2014-11-13 In a current project of mine I'm in need of adding a custom "Custom CSS" field to page edition (with I18N Custom Fields). However each <textarea> turns into a fullblown CKEditor instance (not plugin-related), while what I need is just a simple <textarea>. What and where do I need to hack to prevent this behavior? RE: Disable CKEditor for custom textareas - shawn_a - 2014-11-14 Sounds like a custom fields issue, don't use wysiwyg fields GS does not add ckeditor to textareas. |