To reduce confusion between TCA types and Content Blocks's field types, we exchanged with the people refactoring the TCA field types for TYPO3 version 12. Following field types will be removed for the content blocks:
Date → use DateTime with sub-type date
Image → use File with sub-type image
Integer → use Number with format int
Money → use Number with format double
MultiSelect → use Select with maxItems > 1
Percent → use Number (now has slider options)
Radiobox → use Radio
Tel → use Number or Text
Time → use DateTime with sub-type time
Toggle → use Checkbox with display: toggle
Url → use Link
Also, the property trim will be removed for all field types. Trimming will be enabled by default.
To reduce confusion between TCA types and Content Blocks's field types, we exchanged with the people refactoring the TCA field types for TYPO3 version 12. Following field types will be removed for the content blocks:
Date→ useDateTimewith sub-typedateImage→ useFilewith sub-typeimageInteger→ useNumberwith formatintMoney→ useNumberwith formatdoubleMultiSelect→ useSelectwithmaxItems> 1Percent→ useNumber(now has slider options)Radiobox→ useRadioTel→ useNumberorTextTime→ useDateTimewith sub-typetimeToggle→ useCheckboxwithdisplay: toggleUrl→ useLinkAlso, the property
trimwill be removed for all field types. Trimming will be enabled by default.