1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Add icon to typedInput in MQTT node

This commit is contained in:
Kazuhito Yokoi 2022-09-18 19:11:33 +09:00
parent a81b1aa0cb
commit f872e2ab80

View File

@ -440,7 +440,11 @@
makeTypedInputOpt("text/csv"), makeTypedInputOpt("text/csv"),
makeTypedInputOpt("text/html"), makeTypedInputOpt("text/html"),
makeTypedInputOpt("text/plain"), makeTypedInputOpt("text/plain"),
{ value: "other", label: RED._("node-red:mqtt.label.other") } {
value: "other",
label: RED._("node-red:mqtt.label.other"),
icon: "red/images/typedInput/az.svg"
}
]; ];
function getDefaultContentType(value) { function getDefaultContentType(value) {