Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 548 Bytes

2021-11-29-fix-media-resolution-in-themes.md

File metadata and controls

14 lines (13 loc) · 548 Bytes
title issue author author_github author_email
Fix media resolution in themes
NEXT-19048
Niklas Limberg
NiklasLimberg
n.limberg@shopware.com

Storefront

  • Changed Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader::resolveMediaIds to fill the correct property in the theme config

Upgrade Information

Media Resolution in Themes

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.