mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-15 11:36:53 -04:00
teampad feature
This commit is contained in:
parent
0f2d542bbe
commit
9212a39cff
14 changed files with 871 additions and 4 deletions
|
@ -23,6 +23,9 @@
|
|||
{ "name": "adminsettings", "hooks": {
|
||||
"expressCreateServer": "ep_etherpad-lite/node/hooks/express/adminsettings:expressCreateServer",
|
||||
"socketio": "ep_etherpad-lite/node/hooks/express/adminsettings:socketio" }
|
||||
},
|
||||
{ "name": "teampad", "hooks": {
|
||||
"expressCreateServer": "ep_etherpad-lite/node/hooks/express/teampad:expressCreateServer" }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue