From aa3e08ae64b4d95e81c3e1085d10957108c4a0ca Mon Sep 17 00:00:00 2001 From: Philipp Jungkamp Date: Fri, 25 Aug 2023 13:21:34 +0200 Subject: [PATCH] hook-reorder-ts: Add example for 'reorder_ts' hook Signed-off-by: Philipp Jungkamp --- etc/examples/hooks/reorder_ts.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 etc/examples/hooks/reorder_ts.conf diff --git a/etc/examples/hooks/reorder_ts.conf b/etc/examples/hooks/reorder_ts.conf new file mode 100644 index 000000000..fa16d1361 --- /dev/null +++ b/etc/examples/hooks/reorder_ts.conf @@ -0,0 +1,16 @@ +@include "hook-nodes.conf" + +paths = ( + { + in = "signal_node" + out = "file_node" + + hooks = ( + { + type = "reorder_ts" + + window = 10 + } + ) + } +)