TwistedInteractive / ckeditor

Symphony CMS extension that provides the CKEditor WYSIWYG editor for text fields.
http://symphony-cms.com/download/extensions/view/35082/
Other
19 stars 24 forks source link

Text Box #9

Closed ghost closed 12 years ago

ghost commented 12 years ago
$format = $context['field']->get('text_formatter') == TRUE ? 'text_formatter' : 'formatter'; // new line

if(($context['field']->get($format) != 'ckeditor' && $context['field']->get($format) != 'ckeditor_compact')) return;

Checks to see whether text_formatter is used before using default.