Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat(events): Add OCP\Collaboration\Reference\RenderReferenceEvent
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr authored and backportbot-nextcloud[bot] committed Jun 9, 2023
commit 6ce64726a48fdfcb148ec3d5e9e895d9c2669056
10 changes: 10 additions & 0 deletions developer_manual/basics/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
***************************************************

Expand Down
2 changes: 2 additions & 0 deletions developer_manual/digging_deeper/reference.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _Reference providers:

===================
Reference providers
===================
Expand Down