Skip to content

Commit

Permalink
#136 Add palette specific node properties (#137)
Browse files Browse the repository at this point in the history
* #136 Add palette specific node properties

Signed-off-by: CTomlyn <[email protected]>

* Fix comment

Signed-off-by: CTomlyn <[email protected]>

---------

Signed-off-by: CTomlyn <[email protected]>
  • Loading branch information
tomlyn authored Nov 1, 2023
1 parent cf7950e commit d4b36ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions common-pipeline/pipeline-flow/pipeline-flow-ui-v3-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,18 @@
"properties": {},
"additionalProperties": true
},
"palette_image": {
"description": "Image name for the node displayed in palette. If omitted the image from 'image' field will be used.",
"type": "string"
},
"palette_class_name": {
"description": "CSS class name applied to the <div> shown in palette for the node",
"type": "string"
},
"palette_disabled": {
"description": "Indicates whether the node in the palette is disabled. If true, prevents the node being dragged or double-clicked from palette.",
"type": "boolean"
},
"decorations": {
"description": "Array of decorations used to decorate nodes",
"type": "array",
Expand Down

0 comments on commit d4b36ab

Please sign in to comment.