Просмотр исходного кода

chore: update apps/emqx_rule_engine/src/emqx_rule_engine_schema.erl

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
zhongwencool 2 лет назад
Родитель
Сommit
5490807b20
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      apps/emqx_rule_engine/src/emqx_rule_engine_schema.erl

+ 1 - 0
apps/emqx_rule_engine/src/emqx_rule_engine_schema.erl

@@ -114,6 +114,7 @@ fields("builtin_action_console") ->
         {args,
             ?HOCON(map(), #{
                 deprecated => true,
+                importance => ?IMPORTANCE_HIDDEN,
                 desc => "The arguments of the built-in 'console' action",
                 default => #{}
             })}