Implements ordering for flow Lua callbacks

This commit is contained in:
Simone Mainardi 2020-05-17 14:12:08 +02:00
parent 46f6c3ce4c
commit b6447bbfb0
3 changed files with 65 additions and 7 deletions

View file

@ -12,6 +12,9 @@ local script = {
-- Script category
category = user_scripts.script_categories.security,
-- Priority
prio = -20, -- Lower priority (executed after) than default 0 priority
-- NOTE: hooks defined below
hooks = {},