diff --git a/app/views/console/functions/function.phtml b/app/views/console/functions/function.phtml
index 0a66b43448..5d5cc20b9f 100644
--- a/app/views/console/functions/function.phtml
+++ b/app/views/console/functions/function.phtml
@@ -4,7 +4,12 @@ $fileLimitHuman = $this->getParam('fileLimitHuman', 0);
$events = $this->getParam('events', []);
$timeout = $this->getParam('timeout', 900);
$usageStatsEnabled = $this->getParam('usageStatsEnabled', true);
-$patterns = [];
+$patterns = [
+ 'documents',
+ 'documents.create',
+ 'documents.update',
+ 'documents.delete',
+];
foreach ($events as $name => $event) {
$patterns[] = $name;
@@ -662,6 +667,11 @@ sort($patterns);
Leave empty for wildcard
+
+
+
+
Leave empty for wildcard
+
+
+
+
+
Leave empty for wildcard
+