docs: improve descriptions
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
parent
b9f258b737
commit
f3cc722172
|
@ -89,8 +89,8 @@ emqx_ee_bridge_mongodb {
|
||||||
|
|
||||||
payload_template {
|
payload_template {
|
||||||
desc {
|
desc {
|
||||||
en: "The template for formatting the outgoing messages. If undefined, will send all the available context in JSON format."
|
en: "The template for formatting the outgoing messages. If undefined, rule engine will use JSON format to serialize all visible inputs, such as clientid, topic, payload etc."
|
||||||
zh: "用于格式化外发信息的模板。 如果未定义,将以JSON格式发送所有可用的上下文。"
|
zh: "用于格式化写入 MongoDB 的消息模板。 如果未定义,规则引擎会使用 JSON 格式序列化所有的可见输入,例如 clientid, topic, payload 等。"
|
||||||
}
|
}
|
||||||
label: {
|
label: {
|
||||||
en: "Payload template"
|
en: "Payload template"
|
||||||
|
|
Loading…
Reference in New Issue