(no commit message)
[paste/115.git] / gistfile1.php
index 9e81558d572453ac07f0b9a8f81c13f7aa8ea1b9..918b3c40154aba025afd492a42b7ad8fafddd48e 100644 (file)
@@ -8,7 +8,15 @@ TCA
        'label' => 'images',
        'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
                'images',
-               array(),
+               array(
+                       'appearance' => array(
+                               'headerThumbnail' => array(
+                                       'width' => '100',
+                                       'height' => '100',
+                               ),
+                       'createNewRelationLinkTitle' => 'LLL:EXT:your_extension/Resources/Private/Language/locallang_db.xlf:tx_yourextension_db_table.add-images'
+                       )
+               ),
                $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext']
        )
 ),