1
0
Fork 0
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:
Aeris One 2020-03-31 23:14:12 +02:00 committed by GitHub
parent 3a4d545cef
commit 5ebdfa83af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,18 @@
// Option to hide/show the settings.json in admin page, default option is set to 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
// this is disabled by default