It looks like you're new here. If you want to get involved, click one of these buttons!
// fuel/modules/fuel/config/custom_fields.php
// Wysiwyg field
$fields['wysiwyg'] = array(
'class' => array(FUEL_FOLDER => 'Fuel_custom_fields'),
'function' => 'wysiwyg',
'filepath' => '',
'js' => array(
FUEL_FOLDER => array(
'editors/markitup/jquery.markitup',
'editors/markitup/jquery.markitup.set',
'editors/ckeditor/ckeditor.js',
'editors/ckeditor/config.js',
)
),
'js_function' => 'fuel.fields.wysiwyg_field',
'represents' => array('text', 'textarea', 'longtext', 'mediumtext')
);
Comments
'ignore_representative' => TRUE