Add config option to link to an imprint

This commit is contained in:
yflory
2020-01-20 14:53:02 +01:00
parent cbe407084d
commit e8b905282a
2 changed files with 12 additions and 1 deletions

View File

@@ -32,6 +32,13 @@ define(function() {
*/
//config.availableLanguages = ['en', 'fr', 'de'];
/* You can display a link to the imprint (legal notice) of your website in the static pages
* footer. To do so, you can either set the following value to `true` and create an imprint.html page
* in the `customize` directory. You can also set it to an absolute URL if your imprint page already exists.
*/
config.imprint = false;
// config.imprint = true;
// config.imprint = 'https://xwiki.com/en/company/legal-notice';
/* Cryptpad apps use a common API to display notifications to users
* by default, notifications are hidden after 5 seconds