Skip to content

Commit

Permalink
Make favicon fields localizable
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort committed Nov 24, 2023
1 parent 6984dc4 commit 7773808
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion resources/fieldsets/globals_browser_appearance_favicons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7773808

Please sign in to comment.