mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Move several nodes to "mobile" category
Nma, pushbullet, pusher, pushover, twilio
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
});
|
||||
|
||||
RED.nodes.registerType('twilio out',{
|
||||
category: 'output',
|
||||
category: 'mobile-output',
|
||||
defaults: {
|
||||
twilio:{type:"twilio-api",validate:function(v) {
|
||||
return hasGlobal || (v && v!="_ADD_");
|
||||
|
Reference in New Issue
Block a user