mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Move Complete node to the new common category
This commit is contained in:
parent
69b781419f
commit
b6055479a1
@ -13,7 +13,7 @@
|
|||||||
</script>
|
</script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('complete',{
|
RED.nodes.registerType('complete',{
|
||||||
category: 'input',
|
category: 'common',
|
||||||
color:"#c0edc0",
|
color:"#c0edc0",
|
||||||
defaults: {
|
defaults: {
|
||||||
name: {value:""},
|
name: {value:""},
|
Loading…
Reference in New Issue
Block a user