[TYPO3-dev] $TCA - to complex for my little brain...

Christian Tauscher Christian.Tauscher at kodiak.de
Sun Sep 17 00:25:43 CEST 2006


Mario Rimann schrieb:
> Hi Christian
> 
> Christian Tauscher schrieb:
>>>   1: 'storage_pid' => Array (
>>>   2:     'exclude' => 1,
>>>   3:     'label' => 'LLL:EXT:lang/locallang_tca.php:storage_pid',
>>>   4:     'config' => Array (
>>>   5:         'type' => 'group',
>>>   6:         'internal_type' => 'db',
>>>   7:         'allowed' => 'pages',
>>>   8:         'size' => '1',
>>>   9:         'maxitems' => '1',
>>>  10:         'minitems' => '0',
>>>  11:         'show_thumbs' => '1'
>>>  12:     )
>>>  13: ),

> What about line 6 in the example? That's the line I missed in your snippet.

Here's my Code again:

1: "field" => Array (
2:     "exclude" => 1,
3:     "label" => "The Label",
4:     "config" => Array (
5:        "type" => "group",
6:        "internal_type" => "db",
7:        "allowed" => "tx_theForeignTable",
8:        "size" => 1,
9:        "minitems" => 0,
10:        "maxitems" => 1,
11:        )
12:    ),

My glasses are really not the best (time to change!) but I can see Line 
6 is equal to Caspars one...

"internal_type" => "db",

Christian.




More information about the TYPO3-dev mailing list