mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 18:06:15 -04:00
ExportEtherpad: Support custom subkeys
This commit is contained in:
parent
4b2e2dd9f2
commit
88c0ab8255
4 changed files with 30 additions and 5 deletions
|
@ -952,10 +952,10 @@ Called from `src/node/utils/ExportEtherpad.js` and
|
|||
|
||||
Called when exporting to an `.etherpad` file or when importing from an
|
||||
`.etherpad` file. The hook function should return prefixes for pad-specific
|
||||
records that should be included in the export/import. On export, each
|
||||
`${prefix}:${padId}` record (but not `${prefix}:${padId}:*` records) are
|
||||
included in the generated `.etherpad` file. On import, all `${prefix}:${padId}`
|
||||
and `${prefix}:${padId}:*` records are loaded into the database.
|
||||
records that should be included in the export/import. On export, all
|
||||
`${prefix}:${padId}` and `${prefix}:${padId}:*` records are included in the
|
||||
generated `.etherpad` file. On import, all `${prefix}:${padId}` and
|
||||
`${prefix}:${padId}:*` records are loaded into the database.
|
||||
|
||||
Context properties: None.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue