site panel : add dynamic favicon
All checks were successful
Deploy / Deploy to Production (push) Successful in 20s
All checks were successful
Deploy / Deploy to Production (push) Successful in 20s
This commit is contained in:
parent
9be03113e3
commit
88bc02b9cf
6 changed files with 88 additions and 13 deletions
4
site/blueprints/files/fav-ico.yml
Normal file
4
site/blueprints/files/fav-ico.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
title: Favicon version .ico
|
||||
|
||||
accept:
|
||||
extension: ico
|
||||
5
site/blueprints/files/fav-png.yml
Normal file
5
site/blueprints/files/fav-png.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
title: Favicon version PNG
|
||||
|
||||
accept:
|
||||
extension: png
|
||||
maxwidth: 96
|
||||
4
site/blueprints/files/fav-svg.yml
Normal file
4
site/blueprints/files/fav-svg.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
title: Favicon version SVG
|
||||
|
||||
accept:
|
||||
extension: svg
|
||||
Loading…
Add table
Add a link
Reference in a new issue