Dominik
Dominik
I am sure it is possible.... But I would create a custom interpreter as it is easier in such cases. But somehow it for sure is possible to make such...
a better explanation pls, also examples would help.
Well, PR?
Thinking about it, it is not 100% possible to support it, since you have interpreters that will transform your data, so you have to have reverse interpreters in some way....
There are counterparts for those if you really think about it: assets_url = expression href = expression multi_href = iterator + expression I know what you mean, but we cannot...
@ivanmerta
CoreShop 2.2 is out now, so maybe it should focus on that?
CoreShop also successfully uses the mono-repo approach and works flawless. Makes development a lot easier
I do deployments to Kubernetes and building the image inside gitlab. It works fine for me, something you do might be wrong. How do you extend the classes? Do you...
Don't use `class_overrides`. I am saying that for years now. That is magic and can cause unknown side-effects. You now experiencing them. Better to use parent-class in DataObject Classes instead.