docs: improve descriptions

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
Thales Macedo Garitezi 2023-01-10 09:06:12 -03:00 committed by GitHub
parent b9f258b737
commit f3cc722172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ emqx_ee_bridge_mongodb {
payload_template {
desc {
en: "The template for formatting the outgoing messages. If undefined, will send all the available context in JSON format."
zh: "用于格式化外发信息的模板。 如果未定义将以JSON格式发送所有可用的上下文。"
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: "用于格式化写入 MongoDB 的消息模板。 如果未定义,规则引擎会使用 JSON 格式序列化所有的可见输入,例如 clientid, topic, payload 等。"
}
label: {
en: "Payload template"