array( 'title' => 'LLL:EXT:typo3_roadmap/Resources/Private/Language/locallang_db.xml:tx_typo3roadmap_domain_model_majorversion', 'label' => 'title', 'tstamp' => 'tstamp', 'crdate' => 'crdate', 'cruser_id' => 'cruser_id', 'sortby' => 'sorting', 'delete' => 'deleted', 'dividers2tabs' => 1, 'enablecolumns' => array( 'disabled' => 'hidden', 'starttime' => 'starttime', 'endtime' => 'endtime', ), 'dynamicConfigFile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('typo3_roadmap') . 'Configuration/TCA/tx_typo3roadmap_domain_model_majorversion.php', 'iconfile' => TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('typo3_roadmap') . 'Resources/Public/Icons/tx_typo3roadmap_domain_model_majorversion.gif', ), 'interface' => array( 'showRecordFieldList' => 'hidden,starttime,endtime,title,body_text,regular_support,priority_support,extended_support,php_versions' ), 'columns' => array( 'hidden' => array( 'exclude' => 1, 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden', 'config' => array( 'type' => 'check', 'default' => '0' ) ), 'starttime' => array( 'exclude' => 1, 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', 'config' => array( 'type' => 'input', 'size' => '8', 'max' => '20', 'eval' => 'date', 'default' => '0', 'checkbox' => '0' ) ), 'endtime' => array( 'exclude' => 1, 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', 'config' => array( 'type' => 'input', 'size' => '8', 'max' => '20', 'eval' => 'date', 'checkbox' => '0', 'default' => '0', 'range' => array( 'upper' => mktime(3, 14, 7, 1, 19, 2038), 'lower' => mktime(0, 0, 0, date('m') - 1, date('d'), date('Y')) ) ) ), 'title' => array( 'exclude' => 0, 'label' => 'LLL:EXT:typo3_roadmap/Resources/Private/Language/locallang_db.xml:tx_typo3roadmap_domain_model_majorversion.title', 'config' => array( 'type' => 'input', 'size' => '30', 'eval' => 'required,trim', ) ), 'body_text' => array( 'exclude' => 0, 'label' => 'LLL:EXT:typo3_roadmap/Resources/Private/Language/locallang_db.xml:tx_typo3roadmap_domain_model_majorversion.body_text', 'config' => array( 'type' => 'text', 'cols' => '30', 'rows' => '5', 'config' => array( 'type' => 'text', 'cols' => 40, 'rows' => 6, ), 'wizards' => array( '_PADDING' => 2, 'RTE' => array( 'notNewRecords' => 1, 'RTEonly' => 1, 'type' => 'script', 'title' => 'Full screen Rich Text Editing|Formatteret redigering i hele vinduet', 'icon' => 'wizard_rte2.gif', 'module' => array( 'name' => 'wizard_rte', ), ), ), ), ), 'development_start' => array( 'exclude' => 0, 'label' => 'Begin of Development', 'config' => array( 'type' => 'input', 'size' => '8', 'max' => '20', 'eval' => 'date', 'checkbox' => '0', 'default' => '0' ) ), 'regular_support' => array( 'exclude' => 0, 'label' => 'LLL:EXT:typo3_roadmap/Resources/Private/Language/locallang_db.xml:tx_typo3roadmap_domain_model_majorversion.regular_support', 'config' => array( 'type' => 'input', 'size' => '8', 'max' => '20', 'eval' => 'date', 'checkbox' => '0', 'default' => '0' ) ), 'priority_support' => array( 'exclude' => 0, 'label' => 'LLL:EXT:typo3_roadmap/Resources/Private/Language/locallang_db.xml:tx_typo3roadmap_domain_model_majorversion.priority_support', 'config' => array( 'type' => 'input', 'size' => '8', 'max' => '20', 'eval' => 'date', 'checkbox' => '0', 'default' => '0' ) ), 'extended_support' => array( 'exclude' => 0, 'label' => 'LLL:EXT:typo3_roadmap/Resources/Private/Language/locallang_db.xml:tx_typo3roadmap_domain_model_majorversion.extended_support', 'config' => array( 'type' => 'input', 'size' => '8', 'max' => '20', 'eval' => 'date', 'checkbox' => '0', 'default' => '0' ) ), 'php_versions' => array( 'exclude' => 0, 'label' => 'LLL:EXT:typo3_roadmap/Resources/Private/Language/locallang_db.xml:tx_typo3roadmap_domain_model_majorversion.php_versions', 'config' => array( 'type' => 'select', 'renderType' => 'selectCheckBox', 'foreign_table' => 'tx_typo3roadmap_domain_model_phpversion', 'foreign_table_where' => 'ORDER BY tx_typo3roadmap_domain_model_phpversion.uid', 'size' => 10, 'minitems' => 0, 'maxitems' => 10, "MM" => "tx_typo3roadmap_majorversion_phpversions_mm", ) ), 'minor_versions' => array( 'exclude' => 0, 'label' => 'LLL:EXT:typo3_roadmap/Resources/Private/Language/locallang_db.xml:tx_typo3roadmap_domain_model_minorversion.minor_versions', 'config' => array( 'type' => 'inline', 'foreign_table' => 'tx_typo3roadmap_domain_model_minorversion', 'foreign_field' => 'major_version', 'foreign_sortby' => 'sorting', 'appearance' => array( 'useSortable' => true, 'collapseAll' => true, 'enabledControls' => [ 'info' => true, 'new' => true, 'dragdrop' => true, 'sort' => true, 'hide' => true, 'delete' => true ], ) ), ), ), 'types' => array( '0' => array( 'showitem' => ' hidden;;1;;1-1-1, title;;;;2-2-2, body_text;;;richtext[]:rte_transform[mode=ts];3-3-3, --div--;Support Times, development_start, regular_support, priority_support, extended_support, --div--;PHP Versions, php_versions, --div--;Minor Versions, minor_versions ' ) ), 'palettes' => array( '1' => array('showitem' => 'starttime, endtime') ) );