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

Update 27-twitter.html

This commit is contained in:
shahramdj 2022-10-07 18:06:14 -04:00 committed by GitHub
parent 7607244162
commit a6a2beb2e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@
<script type="text/javascript">
RED.nodes.registerType('twitter in',{
category: 'social-input',
color:"#3FADB5",
color:"#C0DEED",
defaults: {
twitter: {type:"twitter-credentials",required:true},
tags: {value:""},
@ -187,7 +187,7 @@
<script type="text/javascript">
RED.nodes.registerType('twitter out',{
category: 'social-output',
color:"#3FADB5",
color:"#C0DEED",
defaults: {
twitter: {type:"twitter-credentials",required:true},
name: {value:"Tweet"}