Currently, the types are registered in Configuration/TxSchema/ folder in an array. With the availability with attributes since PHP 8.0 these can be used to register the types.
[ ] An attribute is available to tag a class as a type implementation.
[ ] The previously used Configuration/TxSchema/TypeModels.php is not considered anymore.
[ ] The migration is documented.
[ ] A breaking entry in the changelog is available.
Currently, the types are registered in
Configuration/TxSchema/
folder in an array. With the availability with attributes since PHP 8.0 these can be used to register the types.Configuration/TxSchema/TypeModels.php
is not considered anymore.