From 7edc0fea162ce58c7249caa57a80531c1c164cbf Mon Sep 17 00:00:00 2001 From: muxator Date: Sun, 19 Aug 2018 01:06:24 +0200 Subject: [PATCH] skins: added new parameter "skinName" in setting.json.template "colibris" does not exist yet, but let's mention it anyway. --- settings.json.template | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/settings.json.template b/settings.json.template index 11d1debc9..a89cc4247 100644 --- a/settings.json.template +++ b/settings.json.template @@ -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 */