[TYPO3-english] How to rename a DAM image field in tca ?
Gregory Loichot
gregloichot at gmail.com
Wed Mar 10 00:14:26 CET 2010
Hello,
In my extension tca.php file, I have a DAM image field which looks like :
$TCA["tx_aik_project"] =
...
"image_gallery_big'" => txdam_getMediaTCA('image_field',
'image_gallery_big'),
So when I insert a new record "project" in my backend, I have the right
field but it is named "Images". Is it possible to rename it ? With
something like:
...
"label" => "LLL:EXT:aik/locallang_db.xml:tx_aik_project.image"
...
Thank you
More information about the TYPO3-english
mailing list