- Issue created by @murz
- 🇬🇧United Kingdom scott_euser
Yeah it's quite hard to do. I think you can use default content module perhaps (there may be other similar that convert content to config).
- 🇦🇲Armenia murz Yerevan, Armenia
Thanks for the feedback! Looked a bit into it already, and seems it is not very hard to implement.
We should introduce a new Entity Type based on the ConfigEntityBase instead of the ContentEntityBase, and seems that's it. All entities, created with this Entity Type, will be stored in the configuration. I will try to implement a proof of concept for this.
- 🇬🇧United Kingdom scott_euser
That's not the hard part though, the hard part is the upgrade path. Would have to batch bulk convert, update all existing code, twig functions, test coverage, etc, probably require and configure Config Ignore to maintain the status quo.