[TYPO3-rte] Getting my RTE configuration to be used in any RTE-enable field

Stanislas Rolland typo3 at sjbr.ca
Wed Dec 1 20:35:15 CET 2010


Hi François,
> In an extension of mine I have a table with one RTE-enable field. The
> field is defined like this (extract of the complete TCA):
>
> $TCA['tx_lima_domain_model_technologysubject'] = array(
> 'columns' => array(
> 'description' => array(
> 'exclude' => 0,
> 'label' => 'LLL:EXT:lima/...',
> 'config' => array(
> 'type' => 'text',
> 'rows' => 4,
> 'cols' => 50,
> 'softref' => 'typolink_tag,images,email[subst],url'
> )
> ),
> ),
> );
>
> To activate the RTE, I have the following in the "types" section:
>
> '1' => array('showitem' =>
> 'hidden;;;;1-1-1,subject_name,is_new,url,description;;;richtext:rte_transform[mode=ts_css],category,comments')
>
>
> My hope was that having just "richtext" would mean that my default RTE
> configuration (i.e. choice of classes, colors, buttons, etc.) would be
> used in the RTE of my custom field.

Where and how is this "default RTE configuration" defined?

Stan




More information about the TYPO3-project-rte mailing list