Your IP : 216.73.217.95


Current Path : /var/www/surf/TYPO3/vendor/mask/mask/Configuration/Mask/Tabs/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/mask/mask/Configuration/Mask/Tabs/content.php

<?php

use MASK\Mask\Enumeration\Tab;

return [
    Tab::GENERAL => [
        [
            'cTypes' => 12,
        ],
    ],
    Tab::VALIDATION => [
        [
            'config.minitems' => 6,
            'config.maxitems' => 6,
        ],
    ],
    TAB::APPEARANCE => [
        [
            'config.appearance.newRecordLinkTitle' => 6,
            'config.appearance.levelLinksPosition' => 6,
            'config.appearance.showNewRecordLink' => 6,
        ],
        [
            'config.appearance.collapseAll' => 6,
            'config.appearance.expandSingle' => 6,
            'config.appearance.useSortable' => 6,
        ],
    ],
    Tab::ENABLED_CONTROLS => [
        [
            'config.appearance.enabledControls' => 12,
            'config.appearance.enabledControls.info' => 4,
            'config.appearance.enabledControls.new' => 4,
            'config.appearance.enabledControls.dragdrop' => 4,
            'config.appearance.enabledControls.sort' => 4,
            'config.appearance.enabledControls.hide' => 4,
            'config.appearance.enabledControls.delete' => 4,
            'config.appearance.enabledControls.localize' => 4,
        ],
    ],
    Tab::LOCALIZATION => [
        [
            'l10n_mode' => 12,
        ],
        [
            'config.behaviour.allowLanguageSynchronization' => 6,
        ],
        [
            'config.appearance.showPossibleLocalizationRecords' => 6,
            'config.appearance.showAllLocalizationLink' => 6,
            'config.appearance.showSynchronizationLink' => 6,
        ],
    ],
];