Skip to content

Instantly share code, notes, and snippets.

@j6s
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save j6s/426f3dcc0c2f1ea76522 to your computer and use it in GitHub Desktop.

Select an option

Save j6s/426f3dcc0c2f1ea76522 to your computer and use it in GitHub Desktop.
<?php
/**
* file
*
* @var \TYPO3\CMS\Extbase\Domain\Model\FileReference
*/
protected $file;
<?php
'file' => array(
'exclude' => 0,
'label' => 'LLL:EXT:nddownloads/Resources/Private/Language/locallang_db.xlf:tx_nddownloads_domain_model_article.file',
'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig("file",array(
'appearance' => array(
'createNewRelationLinkTitle' => 'LLL:EXT:cms/locallang_ttc.xlf:images.addFileReference'
),
'minitems' => 1,
'maxitems' => 1,
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment