Skip to content

Instantly share code, notes, and snippets.

@koenig-digital
koenig-digital / gist:45b3bd8c5a28460148ca
Created November 6, 2015 08:23
SQL, TCA, Model, Fluid to display more than one FAL Images / TYPO3 / Extbase / Extensionbuilder
You can build this with extension builder - turn "more options" on! "bimagesingle" is the name of the column.
SQL:
bimagesingle int(11) unsigned DEFAULT '0' NOT NULL,
TCA:
'bimagesingle' => array(
'exclude' => 1,
'label' => 'LLL:EXT:juchgasse/Resources/Private/Language/locallang_db.xlf:tx_juchgasse_domain_model_juchgasse.bimagesingle',
'config' =>