Skip to content

Refactor field types and properties #90

@typecat

Description

@typecat

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.

  • Implement new field types
  • Implement changes to field types
  • Auto-trim fields
  • Add deprecation note to docs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions