[TYPO3-german] max. Anzahl von Include static (from extensions): hochsetzen
Franz Holzinger
franz at fholzinger.com
Sat May 26 06:11:42 CEST 2007
Christian Hensel a écrit :
> ich bekomme bei der Hinzufügung von Include static (from extensions): im
> Tempalte Modul immer ein gelbes Ausrufezeichen, es scheint, als hätte ich
> mit 20 Extensionen das Maximum erreicht.
>
> Wie kann ich die Anzahl verändern?
>
typo3/sysext/cms/tbl_cms.php
$TCA['sys_template'] = Array (
...
'include_static' => Array (
'label' => 'Include static:',
'config' => Array (
'type' => 'select',
'foreign_table' => 'static_template',
'foreign_table_where' => 'ORDER BY static_template.title DESC',
'size' => 10,
'maxitems' => 20, <==== ***
'default' => '',
),
),
- Franz
More information about the TYPO3-german
mailing list