- Issue created by @lostcarpark
- 🇮🇪Ireland lostcarpark
Saving the entity attribute that can't currently be used without breaking D10 compatibility.
Postponing until D12 releases, and D10 is end of life.
I developed the Config Entity to use PHP Attributes for the entity definition. However, I discovered this only works in D11.1+. As the module needs to support D10 (for now), I had to convert back to Annotations.
I would like to preserve the Attribute definition, and reinstate when D12 launches, and support for D10 ends.
Prepare change for when D12 launches. It will need significant rebasing at that point.
None
None
None
Active
1.0
Code
Saving the entity attribute that can't currently be used without breaking D10 compatibility.
Postponing until D12 releases, and D10 is end of life.