mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Using new skin for Etherpad
This commit is contained in:
parent
3a4d545cef
commit
5ebdfa83af
1 changed files with 12 additions and 0 deletions
|
@ -21,6 +21,18 @@
|
||||||
// Option to hide/show the settings.json in admin page, default option is set to true
|
// Option to hide/show the settings.json in admin page, default option is set to true
|
||||||
"showSettingsInAdminPage" : true,
|
"showSettingsInAdminPage" : true,
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 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 before 1.8). This yields the unmodified,
|
||||||
|
* traditional Etherpad theme.
|
||||||
|
* - "colibris": the new experimental skin which became the default one since Etherpad 1.8.
|
||||||
|
*/
|
||||||
|
"skinName": "colibris",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// Node native SSL support
|
// Node native SSL support
|
||||||
// this is disabled by default
|
// this is disabled by default
|
||||||
|
|
Loading…
Add table
Reference in a new issue