Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit 7773808

Browse files
committed
Make favicon fields localizable
1 parent 6984dc4 commit 7773808

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

resources/fieldsets/globals_browser_appearance_favicons.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fields:
1515
config:
1616
container: favicons
1717
restrict: true
18-
localizable: false
18+
localizable: true
1919
display: 'Favicon SVG'
2020
instructions: 'The full color SVG favicon for [modern browsers](https://caniuse.com/link-icon-svg).'
2121
instructions_position: below
@@ -35,6 +35,7 @@ fields:
3535
display: Background
3636
type: color
3737
icon: color
38+
localizable: true
3839
default: '#ffffff'
3940
listable: hidden
4041
instructions: 'The PWA-icons will use the full color SVG with this color as a background.'

resources/fieldsets/globals_browser_appearance_favicons_overrides.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fields:
66
config:
77
container: favicons
88
restrict: true
9-
localizable: false
9+
localizable: true
1010
display: 'Safari icon'
1111
instructions: 'A 32x32 PNG image used for Safari. Will be focal cropped to this dimension and 16x16.'
1212
instructions_position: below
@@ -21,7 +21,7 @@ fields:
2121
config:
2222
container: favicons
2323
restrict: true
24-
localizable: false
24+
localizable: true
2525
display: 'Override 180x180'
2626
instructions: 'A 180x180 PNG image override icon for PWA''s. Will be focal cropped to this dimension.'
2727
instructions_position: below
@@ -34,7 +34,7 @@ fields:
3434
config:
3535
container: favicons
3636
restrict: true
37-
localizable: false
37+
localizable: true
3838
display: 'Android Chrome icon'
3939
instructions: 'A 512x512 PNG image override icon for PWA''s. Will be focal cropped to this dimension.'
4040
instructions_position: below

0 commit comments

Comments
 (0)