title | issue | author | author_github | author_email |
---|---|---|---|---|
Fix media resolution in themes |
NEXT-19048 |
Niklas Limberg |
NiklasLimberg |
- Changed
Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader::resolveMediaIds
to fill the correct property in the theme config
Media URLs are now available in the property path $config[$key]['value']
instead of $config['fields'][$key]['value'] = $media->getUrl();
, where for example scss expected them to be.