[TYPO3-english] Re: How to extend tt_conent field in plugin backend module + TYPO3 6.2
Jainish Senjaliya
jainishsenjaliya at gmail.com
Mon Aug 25 09:12:28 CEST 2014
Many Thanks Mr. Anupam Chatterjee
But i have one more query regarding this.
If i want images for FAL [ All media get from fileadmin ] then what script will be used ?
RIght now i am using following code. But this is not work.
can you please suggest me. what i have to used for that. i am doing it for FAL. [ It was for dam front end extension. but its not woked in 6.2 ]
$tempColumns = Array (
"tx_damdownloadlist_records" => Array (
"exclude" => 0,
"label" => "Images",
"config" => Array (
"type" => "group",
"internal_type" => "db",
"size" => 10,
"minitems" => 1,
"maxitems" => 100,
"show_thumbs" => 1,
)
),
);
Thanks in advance
More information about the TYPO3-english
mailing list