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
_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an