Articles in this series
During the time developing a store, maybe you get a requirement from your client to make a custom filter then it makes you stuck to find the way to do it, so you can refer to my tutorial here as a source to finish your task. Now I will give you an ex...
I will do an example with the product listing cms and add a new field name is hungMac. In my plugin, I will create an index.js file at src/Resources/app/administration/src/module/sw-cms/elements/product-listing/index.js const cmsElements = Shopware....
In the Backend you need to create a new class and extend AbstractCmsElementResolver class MyCmsNameDataResolver extends AbstractCmsElementResolver { public function getType(): string { // Change it to your cms name return 'my-...