teampad feature

This commit is contained in:
Robert Helmer 2013-01-23 12:04:06 -08:00
parent 0f2d542bbe
commit 9212a39cff
14 changed files with 871 additions and 4 deletions

View file

@ -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" }
}
]
}