diff --git a/resources/fieldsets/globals_browser_appearance_favicons.yaml b/resources/fieldsets/globals_browser_appearance_favicons.yaml index 6d18e22..6b49dbe 100644 --- a/resources/fieldsets/globals_browser_appearance_favicons.yaml +++ b/resources/fieldsets/globals_browser_appearance_favicons.yaml @@ -15,7 +15,7 @@ fields: config: container: favicons restrict: true - localizable: false + localizable: true display: 'Favicon SVG' instructions: 'The full color SVG favicon for [modern browsers](https://caniuse.com/link-icon-svg).' instructions_position: below @@ -35,6 +35,7 @@ fields: display: Background type: color icon: color + localizable: true default: '#ffffff' listable: hidden instructions: 'The PWA-icons will use the full color SVG with this color as a background.' diff --git a/resources/fieldsets/globals_browser_appearance_favicons_overrides.yaml b/resources/fieldsets/globals_browser_appearance_favicons_overrides.yaml index 8377512..c3d0990 100644 --- a/resources/fieldsets/globals_browser_appearance_favicons_overrides.yaml +++ b/resources/fieldsets/globals_browser_appearance_favicons_overrides.yaml @@ -6,7 +6,7 @@ fields: config: container: favicons restrict: true - localizable: false + localizable: true display: 'Safari icon' instructions: 'A 32x32 PNG image used for Safari. Will be focal cropped to this dimension and 16x16.' instructions_position: below @@ -21,7 +21,7 @@ fields: config: container: favicons restrict: true - localizable: false + localizable: true display: 'Override 180x180' instructions: 'A 180x180 PNG image override icon for PWA''s. Will be focal cropped to this dimension.' instructions_position: below @@ -34,7 +34,7 @@ fields: config: container: favicons restrict: true - localizable: false + localizable: true display: 'Android Chrome icon' instructions: 'A 512x512 PNG image override icon for PWA''s. Will be focal cropped to this dimension.' instructions_position: below