Open amenk opened 2 years ago
It works currently only in Storefront as Administration doesn't have such fixed folder structure
It also seems to be broken for 3rd party plugins.
vendor/store.shopware.com/moorlmerchantfinder/src/Resources/views/plugin/moorl-merchant-finder/component/result-item-static-main.html.twig
@iMiMWeis Your issue is fixed with https://github.com/shopwareLabs/shopware6-phpstorm-plugin/commit/c8ca7485c178123a5bd4c5c4a0f14ca6d9b5269e
So its a big step forward as we can create components on the fly. So when extending a block, and we don't find a component, we can just create it.
Missing now:
Component.override
in second index, to make it easier accessible
I tried extending a block
vendor/shopware/administration/Resources/app/administration/src/app/component/structure/sw-search-bar/sw-search-bar.html.twig
I get an error message:
There seems to be something special about that file as it is actually not in the view folder?
v0.0.25