Thanks Dmitry for your answer.

But I was looking for a "one liner".
Thanks to Patrick Gaumond I got it.

$TCA["tt_content"]["ctrl"]["dividers2tabs"] = 0;

Works like a charm.


Best regards,

Daniel Doesburg



Op 22-9-2010 9:50, Dmitry Dulepov schreef:
Hi!

Daniel Doesburg wrote:
I guess in TSconfig and/or in the TCA table. Who helps me?

You can adjust "types" configuration in $TCA['tt_content']. You should use
typo3conf/extTables.php file for this. See "TYPO3 Core API" for
information. I would start by going to typo3/sysext/cms/tbl_tt_content.php,
copying relevant type entries from there and modifying them to suite
specific needs.

_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to