feat(events): Add OCP\Collaboration\Reference\RenderReferenceEvent

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-06-08 21:39:27 +02:00
parent 5f1bf6d4a6
commit 36f0376859
2 changed files with 12 additions and 0 deletions

View File

@@ -425,6 +425,16 @@ Emitted when the authentication fails, but only if the login name can be associa
.. versionadded:: 20
``\OCP\Collaboration\Reference\RenderReferenceEvent``
*****************************************************
.. versionadded:: 25
Event emitted when apps might render references like link previews or smart picker widgets.
This can be used to inject scripts for extending that. Further details can be found in the
:ref:`Reference providers` deep dive.
``\OCP\Contacts\Events\ContactInteractedWithEvent``
***************************************************

View File

@@ -1,3 +1,5 @@
.. _Reference providers:
===================
Reference providers
===================