[TYPO3-dev] Sorting TCA items
ktt
kestutis98 at yahoo.com
Mon Aug 15 00:11:39 CEST 2011
Hello,
It is possible to set static TCA items:
'items' => array (
array('LLL:EXT:modify_some/locallang_db.xml:modify_some_Fa.se.I.0', '1'),
array('LLL:EXT:modify_some/locallang_db.xml:modify_some_Fa.se.I.1', '2'),
),
Is it possible to sort them after TCA being set?
Let's say using static items as "folder marks" for some dynamically selected groups from tables:
__one group__
readers
accountants
__second group__
editors
seo
Currently static items just being set on top.
Thank you in advance,
Kast A.
More information about the TYPO3-dev
mailing list