[TYPO3-dev] Old Content Elements and Table-CE Configuration

Thomas "Thasmo" Deinhamer thasmo at gmail.com
Sun Jul 1 09:20:19 CEST 2012


Hello folks,

the extension css_styled_content is responsible
for deactivating some old content elements:

--------------------------------------------------
TCEFORM {
   tt_content {
     CType.removeItems = rte,script,splash,swfobject,qtobject,multimedia
   }
}
--------------------------------------------------

Also it defines some configuration
for the table content element:

--------------------------------------------------
t3lib_extMgm::addPiFlexFormValue('*', 
'FILE:EXT:css_styled_content/flexform_ds.xml','table');
$TCA['tt_content']['types']['table']['showitem']='CType;;4;;1-1-1, 
hidden, header;;3;;2-2-2, linkToTop;;;;4-4-4, 
--div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.5, layout;;10;;3-3-3, 
cols, bodytext;;9;nowrap:wizards[table], text_properties, pi_flexform, 
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, 
endtime, fe_group';
--------------------------------------------------

Is there any reason why the configuration for
this is handled by css_styled_content and not
the core e.g. the extension 'cms'?

Would it make sense to put
it into the 'cms' extension?

Or in case of the old content elements;
could they just be removed entirely?

Regards,
Thomas



More information about the TYPO3-dev mailing list