It looks like you're new here. If you want to get involved, click one of these buttons!
// to prevent <p> tags from cropping up $fields['view']['ckeditor_options']['enter-mode'] = 1;
// disabled ckeditor for cms blocks module 2014-02-24 $fields['view'] = array('type' => 'textarea', 'cols' => 40, 'rows' => 5, 'class' => 'no_editor'); // to prevent <p> tags from cropping up //$fields['view']['ckeditor_options']['enter-mode'] = 2;
Comments
Should I modify /fuel/modules/fuel/models/fuel_blocks_model.php
I modified /fuel/modules/fuel/models/fuel_blocks_model.php
// to prevent <p> tags from cropping up $fields['view']['ckeditor_options']['enter-mode'] = 1;
updated to
// disabled ckeditor for cms blocks module 2014-02-24 $fields['view'] = array('type' => 'textarea', 'cols' => 40, 'rows' => 5, 'class' => 'no_editor'); // to prevent <p> tags from cropping up //$fields['view']['ckeditor_options']['enter-mode'] = 2;