Document Settings' BeforeTemplateRenderedEvent

See https://github.com/nextcloud/server/pull/22649

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2020-10-29 09:29:34 +01:00 committed by backportbot[bot]
parent 30c53c13ff
commit dfadb05044

View File

@ -349,6 +349,13 @@ This event is triggered when the files app is rendered. It canb e used to add ad
Emitted before the rendering step of the public share page happens. The event holds a flag that specifies if it is the authentication page of a public share.
``\OCA\Settings\Events\BeforeTemplateRenderedEvent``
********************************************************
*Available in Nextcloud 20 and later.*
This event is triggered right before the user management template is rendered.
``\OCA\User_LDAP\Events\GroupBackendRegistered``
************************************************