| Current Path : /var/www/surf/TYPO3/vendor/mask/mask/Tests/Unit/Fixtures/Tabs/ |
| Current File : /var/www/surf/TYPO3/vendor/mask/mask/Tests/Unit/Fixtures/Tabs/datetime.php |
<?php
use MASK\Mask\Enumeration\Tab;
return [
Tab::GENERAL => [
[
'config.default' => 6,
'config.placeholder' => 6,
],
],
Tab::VALIDATION => [
[
'config.range.lower' => 6,
'config.range.upper' => 6,
'config.eval.required' => 6,
],
],
Tab::LOCALIZATION => [
[
'l10n_mode' => 12,
],
[
'config.behaviour.allowLanguageSynchronization' => 6,
],
],
Tab::EXTENDED => [
[
'config.eval.null' => 6,
'config.mode' => 6,
],
],
];