Skip to content

Remove TCA duplicated line

row propertie duplicated on line 117 in data/typo3/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_version.php

'upload_comment' => array(
            'exclude' => 1,
            'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.upload_comment',
            'config' => array(
                'type' => 'text',
                'rows' => 30,
                'rows' => 5,
            ),
        ),