Your IP : 216.73.216.220


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/select.php

<?php

use MASK\Mask\Enumeration\Tab;

return [
    Tab::GENERAL => [
        [
            'config.renderType' => 6,
            'config.default' => 6,
        ],
        [
            'config.items' => 12,
        ],
    ],
    Tab::ITEM_GROUP_SORTING => [
        [
            'config.itemGroups' => 12,
            'config.sortItems' => 12,
        ],
    ],
    Tab::VALIDATION => [
        [
            'config.minitems' => 6,
            'config.maxitems' => 6,
        ],
    ],
    Tab::DATABASE => [
        [
            'config.foreign_table' => 12,
        ],
        [
            'config.foreign_table_where' => 12,
        ],
    ],
    Tab::FILES => [
        [
            'config.fileFolder' => 6,
            'config.fileFolder_extList' => 6,
            'config.fileFolder_recursions' => 6,
            'config.fileFolderConfig.folder' => 6,
            'config.fileFolderConfig.allowedExtensions' => 6,
            'config.fileFolderConfig.depth' => 6,
            'config.fieldWizard.selectIcons.disabled' => 6,
        ],
    ],
    Tab::LOCALIZATION => [
        [
            'l10n_mode' => 12,
        ],
        [
            'config.behaviour.allowLanguageSynchronization' => 6,
        ],
    ],
    Tab::EXTENDED => [
        [
            'config.size' => 6,
            'config.autoSizeMax' => 6,
        ],
        [
            'config.appearance.expandAll' => 6,
        ],
    ],
];