mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Fix "Border" operation on EditImage-Node
This commit is contained in:
parent
65062dbd48
commit
f209665730
|
@ -968,6 +968,11 @@ export class EditImage implements INodeType {
|
||||||
'blur',
|
'blur',
|
||||||
'sigma',
|
'sigma',
|
||||||
],
|
],
|
||||||
|
border: [
|
||||||
|
'borderColor',
|
||||||
|
'borderWidth',
|
||||||
|
'borderHeight',
|
||||||
|
],
|
||||||
create: [
|
create: [
|
||||||
'backgroundColor',
|
'backgroundColor',
|
||||||
'height',
|
'height',
|
||||||
|
|
Loading…
Reference in a new issue