mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
skins: added new parameter "skinName" in setting.json.template
"colibris" does not exist yet, but let's mention it anyway.
This commit is contained in:
parent
aba1c6f8bd
commit
7edc0fea16
1 changed files with 13 additions and 0 deletions
|
@ -18,6 +18,19 @@
|
|||
*/
|
||||
"favicon": "favicon.ico",
|
||||
|
||||
/*
|
||||
* Skin name.
|
||||
*
|
||||
* Its value has to be an existing directory under src/static/skins.
|
||||
* You can write your own, or use one of the included ones:
|
||||
*
|
||||
* - "no-skin": an empty skin (default). This yields the unmodified,
|
||||
* traditional Etherpad theme.
|
||||
* - "colibris": the new experimental skin (since Etherpad 1.8), candidate to
|
||||
* become the default in Etherpad 2.0
|
||||
*/
|
||||
"skinName": "no-skin",
|
||||
|
||||
/*
|
||||
* IP and port which etherpad should bind at
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue