mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Add a setting for customizing the app title
the app title is inserted into the <title> of all tepmlates
This commit is contained in:
parent
b9f4e8450c
commit
6d543fbcb3
5 changed files with 17 additions and 3 deletions
|
@ -29,6 +29,11 @@ var vm = require('vm');
|
|||
/* Root path of the installation */
|
||||
exports.root = path.normalize(path.join(npm.dir, ".."));
|
||||
|
||||
/**
|
||||
* The app title, visible e.g. in the browser window
|
||||
*/
|
||||
exports.title = "Etherpad Lite";
|
||||
|
||||
/**
|
||||
* The IP ep-lite should listen to
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue