aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Collaboration
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2024-07-23 18:49:26 +0200
committerDaniel Kesselberg <mail@danielkesselberg.de>2024-07-23 21:42:01 +0200
commit8d3b99349d73ab229490d31b64efb9822ea0c8a6 (patch)
treea9f10b10c8805acb5f2515268355ac77f9eb63b7 /lib/public/Collaboration
parentf9d4becf60da69f272f6c5700bbdf5cb99761bc4 (diff)
downloadnextcloud-server-8d3b99349d73ab229490d31b64efb9822ea0c8a6.tar.gz
nextcloud-server-8d3b99349d73ab229490d31b64efb9822ea0c8a6.zip
docs: update docs for ocp events
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'lib/public/Collaboration')
-rw-r--r--lib/public/Collaboration/Reference/RenderReferenceEvent.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/public/Collaboration/Reference/RenderReferenceEvent.php b/lib/public/Collaboration/Reference/RenderReferenceEvent.php
index 09778a20d2a..692098dbf60 100644
--- a/lib/public/Collaboration/Reference/RenderReferenceEvent.php
+++ b/lib/public/Collaboration/Reference/RenderReferenceEvent.php
@@ -11,8 +11,10 @@ namespace OCP\Collaboration\Reference;
use OCP\EventDispatcher\Event;
/**
- * Event that apps can emit on their page rendering to trigger loading of aditional
- * scripts for reference widget rendering
+ * 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.
*
* @since 25.0.0
*/