فهرست منبع

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

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
zhongwencool 2 سال پیش
والد
کامیت
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 => #{}
             })}