mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Document, how return values of hooks are handled.
This commit is contained in:
parent
70fe1a7451
commit
40572b13b9
4 changed files with 12 additions and 11 deletions
|
@ -1,11 +1,6 @@
|
|||
# Server-side hooks
|
||||
These hooks are called on server-side.
|
||||
|
||||
All hooks registered to these events are called with two arguments:
|
||||
|
||||
1. name - the name of the hook being called
|
||||
2. context - an object with some relevant information about the context of the call
|
||||
|
||||
## loadSettings
|
||||
Called from: src/node/server.js
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue