Skip to content

Instantly share code, notes, and snippets.

@langhard
Created July 15, 2013 08:21
Show Gist options
  • Save langhard/5998342 to your computer and use it in GitHub Desktop.
Save langhard/5998342 to your computer and use it in GitHub Desktop.
TYPO3-CMS - FAL - TCA
'tx_famoca_navigation_image' => array(
'exclude' => 0,
'label' => 'LLL:EXT:famoca/Resources/Private/Language/locallang_db.xlf:tx_famoca_domain_model_page.navigation_image',
'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig('tx_famoca_navigation_image',
array(
'appearance' => array(
'createNewRelationLinkTitle' => 'LLL:EXT:cms/locallang_ttc.xlf:images.addFileReference',
'collapseAll' => TRUE,
),
'maxitems' => 1,
'minitems' => 0
), $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'])
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment