Add icon to typedInput in MQTT node

pull/3890/head
Kazuhito Yokoi 2022-09-18 19:11:33 +09:00
parent a81b1aa0cb
commit f872e2ab80
1 changed files with 5 additions and 1 deletions

View File

@ -440,7 +440,11 @@
makeTypedInputOpt("text/csv"),
makeTypedInputOpt("text/html"),
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) {