X-Git-Url: https://git.cweiske.de/paste/115.git/blobdiff_plain/84159b4f0e23ffbe77c993c25e26f874f8ad762d..e665be349bfd124a9623daeb4afe5820398e5612:/gistfile1.php diff --git a/gistfile1.php b/gistfile1.php index 9e81558..918b3c4 100644 --- a/gistfile1.php +++ b/gistfile1.php @@ -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'] ) ),