| Current Path : /var/www/surf/TYPO3/vendor/mask/mask/Configuration/Mask/Tabs/ |
| Current File : /var/www/surf/TYPO3/vendor/mask/mask/Configuration/Mask/Tabs/file.php |
<?php
use MASK\Mask\Enumeration\Tab;
return [
Tab::GENERAL => [
[
'imageoverlayPalette' => 6,
],
],
Tab::VALIDATION => [
[
'config.minitems' => 6,
'config.maxitems' => 6,
],
],
TAB::APPEARANCE => [
[
'allowedFileExtensions' => 6,
],
[
'config.appearance.createNewRelationLinkTitle' => 8,
],
[
'config.appearance.collapseAll' => 6,
'config.appearance.expandSingle' => 6,
'config.appearance.useSortable' => 6,
],
[
'config.appearance.elementBrowserEnabled' => 6,
'config.appearance.fileUploadAllowed' => 6,
],
],
Tab::ENABLED_CONTROLS => [
[
'config.appearance.enabledControls' => 12,
'config.appearance.enabledControls.info' => 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,
],
],
];