$config =
$bundle->
getThemeConfig();
$config['fields'
]['shopwareLogoPink'
] =
[ 'label' =>
[ 'en-GB' => 'shopware_logo_pink',
'de-DE' => 'shopware_logo_pink',
],
'type' => 'media',
'value' => 'app/storefront/src/assets/image/shopware_logo_pink.svg',
];
$bundle->
setThemeConfig($config);
} private function addPinkLogoToThemeChanged(StorefrontPluginConfiguration
$bundle): void
{ $config =
$bundle->
getThemeConfig();
$config['fields'
]['shopwareLogoPink'
] =
[ 'label' =>
[ 'en-GB' => 'shopware_logo_pink',
'de-DE' => 'shopware_logo_pink',
],
'type' => 'media',