Pad: Expose pad-specific database object

This will make it possible for plugins to add/change/delete custom
pad-specific records.
This commit is contained in:
Richard Hansen 2022-04-08 01:55:02 -04:00
parent ba536e68f1
commit 59d60480c0
2 changed files with 17 additions and 16 deletions

View file

@ -40,6 +40,7 @@
* New `expressPreSession` server-side hook.
* New `padDefaultContent` server-side hook.
* The `db` property on Pad objects is now public.
* New `getAuthorId` server-side hook.
* New APIs for processing attributes: `ep_etherpad-lite/static/js/attributes`
(low-level API) and `ep_etherpad-lite/static/js/AttributeMap` (high-level