Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor field types and properties #90

Open
4 tasks
typecat opened this issue Sep 9, 2022 · 0 comments
Open
4 tasks

Refactor field types and properties #90

typecat opened this issue Sep 9, 2022 · 0 comments

Comments

@typecat
Copy link
Contributor

typecat commented Sep 9, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant