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:
@@ -42,7 +42,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
RED.nodes.registerType('pusher in',{
|
||||
category: 'social-input',
|
||||
category: 'mobile-input',
|
||||
color:"#A9D0F5",
|
||||
defaults: {
|
||||
name: {value:""},
|
||||
@@ -107,7 +107,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
RED.nodes.registerType('pusher out',{
|
||||
category: 'social-output',
|
||||
category: 'mobile-output',
|
||||
color:"#A9D0F5",
|
||||
defaults: {
|
||||
name: {value:""},
|
||||
|
Reference in New Issue
Block a user