Rename StickyNote node and move to utilities category
This commit is contained in:
parent
d70c097341
commit
22ebf95a59
|
|
@ -1,4 +1,4 @@
|
||||||
import { INode, INodeOutputsValue, INodeParams } from '../../../src/Interface'
|
import { INode, INodeParams } from '../../../src/Interface'
|
||||||
|
|
||||||
class StickyNote implements INode {
|
class StickyNote implements INode {
|
||||||
label: string
|
label: string
|
||||||
|
|
@ -18,7 +18,7 @@ class StickyNote implements INode {
|
||||||
this.version = 1.0
|
this.version = 1.0
|
||||||
this.type = 'StickyNote'
|
this.type = 'StickyNote'
|
||||||
this.icon = 'stickyNote.svg'
|
this.icon = 'stickyNote.svg'
|
||||||
this.category = 'Tools'
|
this.category = 'Utilities'
|
||||||
this.description = 'Add a note about a node'
|
this.description = 'Add a note about a node'
|
||||||
this.inputs = [
|
this.inputs = [
|
||||||
{
|
{
|
||||||
|
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 305 B |
Loading…
Reference in New Issue