Deprecate step size and node color (#2586)

* 🔥 Deprecate numberStepSize

* 🔥 Deprecate color in non-FA nodes

*  Minor node name fixes

* 📦 Update package-lock.json

*  Restore Merge node color

* 👕 Fix lint
This commit is contained in:
Iván Ovejero
2021-12-23 13:30:35 +01:00
committed by GitHub
parent 0ce26d48e0
commit 2b74b6238e
302 changed files with 167 additions and 446 deletions

View File

@@ -67,7 +67,6 @@ export class Magento2 implements INodeType {
description: 'Consume Magento API',
defaults: {
name: 'Magento 2',
color: '#ec6737',
},
inputs: ['main'],
outputs: ['main'],
@@ -564,7 +563,7 @@ export class Magento2 implements INodeType {
sku,
name,
attribute_set_id: parseInt(attributeSetId, 10),
price,
price,
},
};