-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
43 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
resources/fieldsets/globals_browser_appearance_favicons_overrides.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
title: 'Globals Browser Appearance: Favicons - Overrides' | ||
fields: | ||
- | ||
handle: safari_icon | ||
field: common.image | ||
config: | ||
container: favicons | ||
restrict: true | ||
localizable: false | ||
display: 'Safari icon' | ||
instructions: 'A 32x32 PNG image used for Safari. Will be focal cropped to this dimension and 16x16.' | ||
instructions_position: below | ||
width: 33 | ||
if: | ||
use_favicons: 'equals true' | ||
validate: | ||
- 'mimes:png' | ||
- | ||
handle: apple_touch_icon | ||
field: common.image | ||
config: | ||
container: favicons | ||
restrict: true | ||
localizable: false | ||
display: 'Apple touch icon' | ||
instructions: 'A 180x180 PNG image used on iOS devices. Will be focal cropped to this dimension.' | ||
instructions_position: below | ||
width: 33 | ||
if: | ||
use_favicons: 'equals true' | ||
- | ||
handle: android_chrome | ||
field: common.image | ||
config: | ||
container: favicons | ||
restrict: true | ||
localizable: false | ||
display: 'Android Chrome icon' | ||
instructions: 'A 512x512 PNG image image used on Android devices. Will be focal cropped to this dimension.' | ||
instructions_position: below | ||
width: 33 | ||
if: | ||
use_favicons: 'equals true' |