// If this is a mobile device, and we are asking for an editor, we use a text area instead
if ($_field['type'] == 'editor' && jrCore_is_mobile_device()) {
$_field['type'] = 'textarea';
}
This is not code we will override (for obvious reasons). Anyone know of a technically prudent way to accomplish the goal of using tinyMCE as the editor for Blogs? An appropriate listener would do the trick.
Will keep looking, but thought I would raise the question in hopes of an easy method.
--
TiG
updated by @tig: 12/21/17 07:20:46PM