From 72e1fe3c2133b744368a8c0c09deb0ca673d305d Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Wed, 9 Nov 2022 23:29:21 +0100 Subject: [PATCH] docs: Explain that trigger array order will be reflected on UI --- packages/docs/pages/build-integrations/triggers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/pages/build-integrations/triggers.md b/packages/docs/pages/build-integrations/triggers.md index 545f7e64..20c955f4 100644 --- a/packages/docs/pages/build-integrations/triggers.md +++ b/packages/docs/pages/build-integrations/triggers.md @@ -52,7 +52,7 @@ export default [searchCatImages]; ``` :::tip -If you add new triggers, you need to add them to the `triggers/index.ts` file and export all triggers as an array. +If you add new triggers, you need to add them to the `triggers/index.ts` file and export all triggers as an array. The order of triggers in this array will be reflected in the Automatisch user interface. ::: ## Add metadata