| 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/string.php |
<?php
use MASK\Mask\Enumeration\Tab;
return [
Tab::GENERAL => [
[
'config.default' => 6,
'config.placeholder' => 6,
],
[
'config.size' => 6,
],
],
Tab::VALIDATION => [
[
'config.max' => 6,
'config.is_in' => 6,
],
[
'config.eval.required' => 6,
'config.eval.trim' => 6,
'config.eval.alpha' => 6,
'config.eval.num' => 6,
'config.eval.alphanum' => 6,
'config.eval.alphanum_x' => 6,
'config.eval.domainname' => 6,
'config.eval.email' => 6,
'config.eval.lower' => 6,
'config.eval.upper' => 6,
'config.eval.unique' => 6,
'config.eval.uniqueInPid' => 6,
'config.eval.nospace' => 6,
],
],
Tab::LOCALIZATION => [
[
'l10n_mode' => 12,
],
[
'config.behaviour.allowLanguageSynchronization' => 6,
],
],
Tab::EXTENDED => [
[
'config.eval.null' => 6,
'config.mode' => 6,
'config.eval.md5' => 6,
'config.eval.password' => 6,
'config.autocomplete' => 6,
],
],
];