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

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"}