mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
feat(events): Add OCP\Collaboration\Reference\RenderReferenceEvent
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -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``
|
||||
***************************************************
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
.. _Reference providers:
|
||||
|
||||
===================
|
||||
Reference providers
|
||||
===================
|
||||
|
||||
Reference in New Issue
Block a user