mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Fix "Border" operation on EditImage-Node
This commit is contained in:
@@ -968,6 +968,11 @@ export class EditImage implements INodeType {
|
|||||||
'blur',
|
'blur',
|
||||||
'sigma',
|
'sigma',
|
||||||
],
|
],
|
||||||
|
border: [
|
||||||
|
'borderColor',
|
||||||
|
'borderWidth',
|
||||||
|
'borderHeight',
|
||||||
|
],
|
||||||
create: [
|
create: [
|
||||||
'backgroundColor',
|
'backgroundColor',
|
||||||
'height',
|
'height',
|
||||||
|
|||||||
Reference in New Issue
Block a user