Bug #15273 » patch-remove-rte-config.diff
typo3/sysext/cms/tbl_tt_content.php 27 Jan 2006 09:08:28 -0000 | ||
---|---|---|
'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',
|
||
... | ... | |
'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,
|
typo3/sysext/css_styled_content/pageTSconfig.txt 27 Jan 2006 09:08:28 -0000 | ||
---|---|---|
}
|
||
//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
|
||
... | ... | |
keepNonMatchedTags = 1
|
||
xhtml_cleaning = 1
|
||
}
|
||
}
|
||
}
|
||
*/
|