mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
favicon: Redo favicon customization
This commit is contained in:
parent
92e0bff80c
commit
ea8846154f
10 changed files with 64 additions and 13 deletions
|
@ -80,10 +80,12 @@
|
|||
"title": "${TITLE:Etherpad}",
|
||||
|
||||
/*
|
||||
* favicon default name
|
||||
* alternatively, set up a fully specified Url to your own favicon
|
||||
* Pathname of the favicon you want to use. If null, the skin's favicon is
|
||||
* used if one is provided by the skin, otherwise the default Etherpad favicon
|
||||
* is used. If this is a relative path it is interpreted as relative to the
|
||||
* Etherpad root directory.
|
||||
*/
|
||||
"favicon": "${FAVICON:favicon.ico}",
|
||||
"favicon": "${FAVICON}",
|
||||
|
||||
/*
|
||||
* Skin name.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue