[TYPO3-english] Maximum number of publishers in workspace

Benjamin Mack benni at typo3.org
Wed Sep 29 19:11:21 CEST 2010


Hey Sara,

put this in your extTables.php:

t3lib_div::loadTCA('sys_workspace');
$TCA['sys_workspace']['columns']['adminusers']['config']['maxitems'] = 10;

to set it to whatever you need.

All the best,
Benni.


More information about the TYPO3-english mailing list