chore: update apps/emqx_rule_engine/src/emqx_rule_engine_schema.erl
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
parent
32d838c85b
commit
5490807b20
|
@ -114,6 +114,7 @@ fields("builtin_action_console") ->
|
||||||
{args,
|
{args,
|
||||||
?HOCON(map(), #{
|
?HOCON(map(), #{
|
||||||
deprecated => true,
|
deprecated => true,
|
||||||
|
importance => ?IMPORTANCE_HIDDEN,
|
||||||
desc => "The arguments of the built-in 'console' action",
|
desc => "The arguments of the built-in 'console' action",
|
||||||
default => #{}
|
default => #{}
|
||||||
})}
|
})}
|
||||||
|
|
Loading…
Reference in New Issue