[ 'title' => 'LLL:EXT:lu_nabamusic/Resources/Private/Language/locallang.xlf:song.title', 'label' => 'title', 'typeicon_classes' => [ 'default' => 'ext-lunabamusic-song' ], 'tstamp' => 'tstamp', 'crdate' => 'crdate', 'cruser_id' => 'cruser_id', 'default_sortby' => 'ORDER BY crdate', 'delete' => 'deleted', 'enablecolumns' => [ 'disabled' => 'hidden', 'starttime' => 'starttime', 'endtime' => 'endtime', ], ], 'columns' => [ 'hidden' => [ 'exclude' => 1, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden', 'config' => [ 'type' => 'check', 'default' => 0, ], ], 'starttime' => [ 'exclude' => 1, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.starttime', 'config' => [ 'type' => 'input', 'renderType' => 'inputDateTime', 'size' => 8, 'max' => 20, 'eval' => 'date,int', 'default' => 0, 'checkbox' => 0, ], ], 'endtime' => [ 'exclude' => 1, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.endtime', 'config' => [ 'type' => 'input', 'renderType' => 'inputDateTime', 'size' => 8, 'max' => 20, 'eval' => 'date,int', 'checkbox' => 0, 'default' => 0, 'range' => [ 'upper' => mktime(3, 14, 7, 1, 19, 2038), 'lower' => mktime(0, 0, 0, date('m') - 1, date('d'), date('Y')), ], ], ], 'top' => [ 'exclude' => 0, 'label' => 'LLL:EXT:lu_nabamusic/Resources/Private/Language/locallang.xlf:top.title', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', 'foreign_table' => 'tx_lunabamusic_domain_model_top', 'foreign_table_where' => 'AND tx_lunabamusic_domain_model_top.pid=###CURRENT_PID### ORDER BY tx_lunabamusic_domain_model_top.uid', 'size' => 1, 'minitems' => 0, 'maxitems' => 1, 'wizards' => [ '_PADDING' => 2, '_VERTICAL' => 1, 'edit' => [ 'type' => 'popup', 'title' => 'Edit', 'module' => [ 'name' => 'wizard_edit', ], 'popup_onlyOpenIfSelected' => 1, 'icon' => 'edit2.gif', 'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1', ], ], ], ], 'title' => [ 'exclude' => 0, 'label' => 'LLL:EXT:lu_nabamusic/Resources/Private/Language/locallang.xlf:song.title', 'config' => [ 'type' => 'input', 'size' => 30, 'eval' => 'required,trim', ], ], 'artist' => [ 'exclude' => 0, 'label' => 'LLL:EXT:lu_nabamusic/Resources/Private/Language/locallang.xlf:song.artist', 'config' => [ 'type' => 'input', 'size' => 30, 'eval' => 'trim', ], ], 'music_file' => [ 'exclude' => 0, 'label' => 'LLL:EXT:lu_nabamusic/Resources/Private/Language/locallang.xlf:song.music_file', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'music_file', [ 'foreign_types' => [ \TYPO3\CMS\Core\Resource\File::FILETYPE_AUDIO => [ 'showItem' => '--palette--;;audioOverlayPalette', ], ], 'maxitems' => 1, 'max_size' => $GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize'], ], 'mp3,ogg,opus,flac', 'php,php3' ), ], 'link' => [ 'exclude' => 0, 'label' => 'LLL:EXT:lu_nabamusic/Resources/Private/Language/locallang.xlf:song.link', 'config' => [ 'type' => 'input', 'renderType' => 'inputLink', 'size' => 15, 'max' => 255, 'checkbox' => '', 'eval' => 'trim', ], ], 'facebook' => [ 'exclude' => 0, 'label' => 'LLL:EXT:lu_nabamusic/Resources/Private/Language/locallang.xlf:song.facebook', 'config' => [ 'type' => 'input', 'renderType' => 'inputLink', 'size' => 15, 'max' => 255, 'checkbox' => '', 'eval' => 'trim', ], ], 'twitter' => [ 'exclude' => 0, 'label' => 'LLL:EXT:lu_nabamusic/Resources/Private/Language/locallang.xlf:song.twitter', 'config' => [ 'type' => 'input', 'renderType' => 'inputLink', 'size' => 15, 'max' => 255, 'checkbox' => '', 'eval' => 'trim', ], ], 'youtube' => [ 'exclude' => 0, 'label' => 'LLL:EXT:lu_nabamusic/Resources/Private/Language/locallang.xlf:song.youtube', 'config' => [ 'type' => 'input', 'renderType' => 'inputLink', 'size' => 15, 'max' => 255, 'checkbox' => '', 'eval' => 'trim', ], ], 'draugiem' => [ 'exclude' => 0, 'label' => 'LLL:EXT:lu_nabamusic/Resources/Private/Language/locallang.xlf:song.draugiem', 'config' => [ 'type' => 'input', 'renderType' => 'inputLink', 'size' => 15, 'max' => 255, 'checkbox' => '', 'eval' => 'trim', ], ], 'google' => [ 'exclude' => 0, 'label' => 'LLL:EXT:lu_nabamusic/Resources/Private/Language/locallang.xlf:song.google', 'config' => [ 'type' => 'input', 'size' => 15, 'max' => 255, 'checkbox' => '', 'eval' => 'trim', ], ], 'info' => [ 'exclude' => 0, 'label' => 'LLL:EXT:lu_nabamusic/Resources/Private/Language/locallang.xlf:song.info', 'config' => [ 'type' => 'text', 'cols' => 30, 'rows' => 5, 'enableRichtext' => true, ], ], ], 'types' => [ '0' => ['showitem' => 'hidden, --palette--;;1, top, title, artist, music_file, link, facebook, twitter, youtube, draugiem, google, info'], ], 'palettes' => [ '1' => ['showitem' => 'starttime, endtime'], ], ];