momocode-de
momocode-de
Hi @JanPietrzyk , I have a question: Why is the yaml configuration format deprecated and removed in 2.0? I just found [your blog post from 2016](https://developers.shopware.com/blog/2016/09/05/psh-managing-build-complexity/) where you wrote this:...
### PHP Version 7.4 ### Shopware Version 6.4.14.0 ### Expected behaviour I'm developing a plugin that requires the plugin "SwagCmsExtensions" and I definied the requirement like this in my plugin's...
I had the idea to provide certain pages with an HTTP cache and if a certain part of these pages should not be cached, to make a deferred live component...
I tried the following demo for a bootstrap modal: https://ux.symfony.com/demos/live-component/product-form It works quite well, but I have a question. I have a list of items on my page and each...
I have a problem when I use an autocomplete field, which uses a custom endpoint, together with a live component. I have simplified my case and added the files below....
We would like to gradually translate our Shopware 6 shop and have tested the translate command for this purpose. Unfortunately, we have discovered that the command is not designed for...
I have noticed that if I have nested components and the parent component is included with `loading: 'defer'`, the child component can no longer read URL parameters. Here is my...