fix: issues found by spellcheck script
This commit is contained in:
parent
2d05e3a975
commit
38bf2ae445
|
@ -121,5 +121,7 @@ roots() ->
|
|||
fields(bridges_v2) ->
|
||||
[] ++ enterprise_fields_actions().
|
||||
|
||||
desc(bridges_v2) ->
|
||||
?DESC("desc_bridges_v2");
|
||||
desc(_) ->
|
||||
undefined.
|
||||
|
|
|
@ -270,6 +270,8 @@ roots() ->
|
|||
fields(connectors) ->
|
||||
[] ++ enterprise_fields_connectors().
|
||||
|
||||
desc(connectors) ->
|
||||
?DESC("desc_connectors");
|
||||
desc(_) ->
|
||||
undefined.
|
||||
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
emqx_bridge_v2_schema {
|
||||
|
||||
desc_bridges_v2.desc:
|
||||
"""Configuration for bridges."""
|
||||
|
||||
desc_bridges_v2.label:
|
||||
"""Bridge Configuration"""
|
||||
|
||||
}
|
|
@ -1,5 +1,12 @@
|
|||
emqx_connector_schema {
|
||||
|
||||
desc_connectors.desc:
|
||||
"""Connectors that are used to connect to external systems"""
|
||||
|
||||
desc_connectors.label:
|
||||
"""Connectors"""
|
||||
|
||||
|
||||
connector_field.desc:
|
||||
"""Name of connector used to connect to the resource where the action is to be performed."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue