Issue #3419797: Saving a configuration, while having a custom logo uploaded in the Icon field will break the logo
2 open threads
Compare changes
+ 19
− 17
@@ -305,20 +305,21 @@ class ManifestConfigurationForm extends ConfigFormBase {
'#description' => $this->t('This image is your application icon (png files only, format: 512x512, transparent background, padding 20-30%). The padding is needed, so the icons are not getting cropped on Android phone Home-Screens (To verify an Icon, you can visit <a href="@link">Maskable App</a>).<br><strong>Note</strong>, that this uses the icons in "pwa/assets" as a fallback, if no icon is uploaded.', ['@link' => 'https://maskable.app/']),
@@ -363,7 +364,8 @@ class ManifestConfigurationForm extends ConfigFormBase {
@@ -380,10 +382,10 @@ class ManifestConfigurationForm extends ConfigFormBase {
@@ -415,10 +417,10 @@ class ManifestConfigurationForm extends ConfigFormBase {
@@ -447,10 +449,10 @@ class ManifestConfigurationForm extends ConfigFormBase {