[TYPO3-mvc] Re: Get content From parent Element.

Sebastian Iffland sebastian.iffland at ecom-ex.com
Wed Jan 7 15:54:34 CET 2015


TCA:

'entry_image' => array(
  'l10n_mode' => 'exclude',
  'exclude' => 0,
  'label' => 'LLL:EXT:testextension/Resources/Private/Language/locallang_db.xml:testextension_domain_model_entry.entry_image',
  'config' => array(
    'type' => 'group',
    'internal_type' => 'file',
    'uploadfolder' => 'uploads/testextension',
    'show_thumbs' => 1,
    'size' => 5,
    'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'],
    'disallowed' => '',
),


More information about the TYPO3-project-typo3v4mvc mailing list