Your IP : 216.73.216.43


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-impexp/Configuration/TCA/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/typo3/cms-impexp/Configuration/TCA/tx_impexp_presets.php

<?php

return [
    'ctrl' => [
        'title' => 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:tx_impexp_presets',
        'label' => 'title',
        'default_sortby' => 'title',
        'tstamp' => 'tstamp',
        'crdate' => 'crdate',
        'typeicon_classes' => [
            'default' => 'actions-cog',
        ],
        'hideTable' => true,
        'rootLevel' => -1,
    ],
    'columns' => [
        'title' => [
            'label' => 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:title',
            'config' => [
                'type' => 'passthrough',
            ],
        ],
        'public' => [
            'label' => 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:public',
            'config' => [
                'type' => 'passthrough',
            ],
        ],
        'user_uid' => [
            'label' => 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:user_uid',
            'config' => [
                'type' => 'passthrough',
            ],
        ],
        'item_uid' => [
            'label' => 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:item_uid',
            'config' => [
                'type' => 'passthrough',
            ],
        ],
        'preset_data' => [
            'label' => 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:preset_data',
            'config' => [
                'type' => 'passthrough',
            ],
        ],
    ],
    'types' => [
        0 => [
            'showitem' => 'title, public, user_uid, item_uid, preset_data',
        ],
    ],
];