Actions
Epic #96997
openAdd more types for TCA columns
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
-
Start date:
2022-02-21
Due date:
% Done:
90%
Estimated time:
(Total: 0.00 h)
Sprint Focus:
Description
We should add more TCA types for columns:
- type=email
- type=number
- type=link
- type=password (hashing algorithms need to be defined there)
- type=date (dbType needs to be applied only there)
- type=time (dbType needs to be applied only there)
- type=datetime (dbType needs to be applied only there)
- type=folder
- type=asset/file
- type=richtext
- look at the "relations" (inline,group,select) and how to unify this
This will drastically reduce the logic for integrators to write TCA and makes it easier in Core code to distinguish between the types (e.g. FormEngine and DataHandler).
Let's then see what is left of the "eval" list and all options can be streamlined.
I suggest to drop "eval" = domainName.
Actions