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:
muxator 2018-08-19 01:06:24 +02:00 committed by muxator
parent aba1c6f8bd
commit 7edc0fea16
1 changed files with 13 additions and 0 deletions

View File

@ -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
*/