mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-15 03:26:53 -04:00
Merge 36923313fa
into 13c9b66e6e
This commit is contained in:
commit
bf72e981f8
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
// Name your instance!
|
// Name your instance!
|
||||||
"title": "Etherpad Lite",
|
"title": "Etherpad",
|
||||||
|
|
||||||
// favicon default name
|
// favicon default name
|
||||||
// alternatively, set up a fully specified Url to your own favicon
|
// alternatively, set up a fully specified Url to your own favicon
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
] },
|
] },
|
||||||
|
|
||||||
//the default text of a pad
|
//the default text of a pad
|
||||||
"defaultPadText" : "Welcome to Etherpad Lite!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nGet involved with Etherpad at http:\/\/etherpad.org\n",
|
"defaultPadText" : "Welcome to Etherpad!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nGet involved with Etherpad at http:\/\/etherpad.org\n",
|
||||||
|
|
||||||
/* Users must have a session to access pads. This effectively allows only group pads to be accessed. */
|
/* Users must have a session to access pads. This effectively allows only group pads to be accessed. */
|
||||||
"requireSession" : false,
|
"requireSession" : false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue