Skip to content

Instantly share code, notes, and snippets.

View langhard's full-sized avatar

Langhard Jürg langhard

View GitHub Profile
@langhard
langhard / ext_tables.php
Created July 15, 2013 08:21
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,