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:
parent
7607244162
commit
a6a2beb2e3
@ -108,7 +108,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('twitter in',{
|
RED.nodes.registerType('twitter in',{
|
||||||
category: 'social-input',
|
category: 'social-input',
|
||||||
color:"#3FADB5",
|
color:"#C0DEED",
|
||||||
defaults: {
|
defaults: {
|
||||||
twitter: {type:"twitter-credentials",required:true},
|
twitter: {type:"twitter-credentials",required:true},
|
||||||
tags: {value:""},
|
tags: {value:""},
|
||||||
@ -187,7 +187,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('twitter out',{
|
RED.nodes.registerType('twitter out',{
|
||||||
category: 'social-output',
|
category: 'social-output',
|
||||||
color:"#3FADB5",
|
color:"#C0DEED",
|
||||||
defaults: {
|
defaults: {
|
||||||
twitter: {type:"twitter-credentials",required:true},
|
twitter: {type:"twitter-credentials",required:true},
|
||||||
name: {value:"Tweet"}
|
name: {value:"Tweet"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user