docs: Explain that trigger array order will be reflected on UI

This commit is contained in:
Faruk AYDIN
2022-11-09 23:29:21 +01:00
parent af8d1190c5
commit 72e1fe3c21

View File

@@ -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