It looks like you're new here. If you want to get involved, click one of these buttons!
Is there a way to default editing blocks to have a default WYSIWYG editor?
I'm not quite sure I understand the question. Have you seen the documentation on the wysiwyg field type: http://docs.getfuelcms.com/general/forms#wysiwyg
Yeah that wasn't very clear. I want my my default block editor to be the ckeditor. I don't see where to change that.
In your fuel/application/config/MY_fuel.php there is a $config['text_editor'] = 'markitup;. Change markitup to ckeditor;
$config['text_editor'] = 'markitup;
markitup
ckeditor
Comments
I'm not quite sure I understand the question. Have you seen the documentation on the wysiwyg field type:
http://docs.getfuelcms.com/general/forms#wysiwyg
Yeah that wasn't very clear. I want my my default block editor to be the ckeditor. I don't see where to change that.
In your fuel/application/config/MY_fuel.php there is a
$config['text_editor'] = 'markitup;
. Changemarkitup
tockeditor
;