[TYPO3-english]  Re:  External Import and JSON
    Jeppe Donslund 
    jeppe at donslund.net
       
    Fri Sep 23 12:00:43 CEST 2016
    
    
  
But if I just could get the value, then I'm glad.
But the value isn't inserted in the database.
I have en ordinary textarea and I just wan't the comma seperated list of file names.
'pictures' => array(
			'exclude' => 1,
			'label' => 'LLL:EXT:orig_carinfo/Resources/Private/Language/locallang_db.xlf:tx_origcarinfo_domain_model_car.pictures',
			'config' => array(
				'type' => 'text',
				'cols' => '40',
				'rows' => '15',
				'wrap' => 'off',
			),
            'external' => array(
				0 => array(
					'field' => 'Pictures'
                )
			)
		),
    
    
More information about the TYPO3-english
mailing list