Hi Bob,
I’m not sure if this would require custom development, but is there a way to change the Tab 1 Rich text box (Redactor)
To a Multi-line text box. Like so:
I found this bit of code. Not sure if it is the right one. Not sure if would require a simple edit to change the editor, or advance programing. So I thought I should ask.
Thank you.
I’m not sure if this would require custom development, but is there a way to change the Tab 1 Rich text box (Redactor)

To a Multi-line text box. Like so:

I found this bit of code. Not sure if it is the right one. Not sure if would require a simple edit to change the editor, or advance programing. So I thought I should ask.
Code:
<xen:if is="{$category.tab1_editor}">
<dl class="ctrlUnit fullWidth">
<dt>{$category.tab1_name}</dt>
<dd>{xen:raw $editorTemplate} <p class="explain">{xen:phrase nflj_showcase_editor_desc_tab_1_message}</p></dd>
</dl>
</xen:if>
Thank you.