| Current Path : /var/www/surf/TYPO3/vendor/mask/mask/Tests/Unit/Fixtures/ |
| Current File : /var/www/surf/TYPO3/vendor/mask/mask/Tests/Unit/Fixtures/FieldGroups.php |
<?php
use MASK\Mask\Enumeration\FieldType;
return [
FieldType::STRING => 'input',
FieldType::INTEGER => 'input',
FieldType::FLOAT => 'input',
FieldType::LINK => 'input',
FieldType::TEXT => 'text',
FieldType::RICHTEXT => 'text',
FieldType::DATE => 'date',
FieldType::DATETIME => 'date',
FieldType::TIMESTAMP => 'date',
FieldType::CHECK => 'choice',
FieldType::RADIO => 'choice',
FieldType::SELECT => 'choice',
FieldType::GROUP => 'choice',
FieldType::FILE => 'repeating',
FieldType::INLINE => 'repeating',
FieldType::CONTENT => 'repeating',
FieldType::TAB => 'structure',
FieldType::PALETTE => 'structure',
FieldType::LINEBREAK => 'structure',
];