plugins: documented other html sections
Massimo Melina committed
Jun 6, 2024 at 09:51 UTC
a1c9a993019f8ab19995e58fdd03be0d757cec11
1 file changed
+6
dev-plugins.md
+6
@@ -353,6 +353,12 @@ This is a list of available frontend-events, with respective object parameter an
353
- `uriChanged`
354
- DEPRECATED: use `watchState('uri', callback)` instead.
355
- parameter `{ uri: string, previous: string }`
356
+- All of the following have no parameters and you are supposed to output `Html` that will be displayed in the described place:
357
+ - `afterMenuBar` between menu-bar and breadcrumbs
358
+ - `afterList` at the end of the files list
359
+ - `unauthorized` displayed behind the login dialog accessing a protected folder
360
+ - `htmlHead` inside the `<head>` element
361
+ - `userPanelAfterInfo` visible to logged-in users, after the click on the button with their username, between user-info and buttons
362
363
## Back-end events
364