Index: typo3/sysext/cms/tbl_tt_content.php =================================================================== RCS file: /cvsroot/typo3/TYPO3core/typo3/sysext/cms/tbl_tt_content.php,v retrieving revision 1.22.2.1 diff -u -u -r1.22.2.1 tbl_tt_content.php --- typo3/sysext/cms/tbl_tt_content.php 19 Jan 2006 23:44:20 -0000 1.22.2.1 +++ typo3/sysext/cms/tbl_tt_content.php 27 Jan 2006 09:08:28 -0000 @@ -260,6 +260,7 @@ 'l10n_mode' => 'prefixLangTitle', 'l10n_cat' => 'text', 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.text', + 'defaultExtras' => 'richtext:rte_transform[mode=ts_css]', 'config' => Array ( 'type' => 'text', 'cols' => '48', @@ -960,8 +961,8 @@ 'types' => Array ( '1' => Array('showitem' => 'CType'), 'header' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, subheader;;8'), - 'text' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, bodytext;;9;richtext[paste|bold|italic|underline|formatblock|class|left|center|right|orderedlist|unorderedlist|outdent|indent|link|image]:rte_transform[flag=rte_enabled|mode=ts];3-3-3, rte_enabled, text_properties'), - 'textpic' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, bodytext;;9;richtext[paste|bold|italic|underline|formatblock|class|left|center|right|orderedlist|unorderedlist|outdent|indent|link|image]:rte_transform[flag=rte_enabled|mode=ts];3-3-3, rte_enabled, text_properties, --div--, image;;;;4-4-4, imageorient;;2, imagewidth;;13, + 'text' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, bodytext;;9;richtext:rte_transform[flag=rte_enabled|mode=ts_css];3-3-3, rte_enabled, text_properties'), + 'textpic' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, bodytext;;9;richtext:rte_transform[flag=rte_enabled|mode=ts_css];3-3-3, rte_enabled, text_properties, --div--, image;;;;4-4-4, imageorient;;2, imagewidth;;13, --palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgLinks;7, --palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgOptions;11, imagecaption;;5, Index: typo3/sysext/css_styled_content/pageTSconfig.txt =================================================================== RCS file: /cvsroot/typo3/TYPO3core/typo3/sysext/css_styled_content/pageTSconfig.txt,v retrieving revision 1.1 diff -u -u -r1.1 pageTSconfig.txt --- typo3/sysext/css_styled_content/pageTSconfig.txt 16 Nov 2004 15:21:46 -0000 1.1 +++ typo3/sysext/css_styled_content/pageTSconfig.txt 27 Jan 2006 09:08:28 -0000 @@ -19,6 +19,9 @@ } +//These Settings are removed as from 4.0 because we like to keep these settings up to the RTE-Extensions +//Have a look at EXT:rtehtmlarea to find further examples on setting up RTE-Configuration +/* RTE.config.tt_content.bodytext.showButtons = table RTE.config.tt_content.bodytext.proc { overruleMode = ts_css @@ -30,4 +33,5 @@ keepNonMatchedTags = 1 xhtml_cleaning = 1 } -} \ No newline at end of file +} +*/