mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ 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:
@@ -224,7 +224,6 @@ All properties are optional. However, most only work when the node-property is o
|
||||
- **multipleValues** [type: all]: If set the property gets turned into an Array and the user can add multiple values
|
||||
- **multipleValueButtonText** [type: all]: Custom text for add button in case "multipleValues" got set
|
||||
- **numberPrecision** [type: number]: The precision of the number. By default it is "0" and will so only allow integers.
|
||||
- **numberStepSize** [type: number]: If step size in the UI if "numberPrecision" got set
|
||||
- **password** [type: string]: If a password field should be displayed (normally only used by credentials because all node data is not encrypted and get saved in clear-text)
|
||||
- **rows** [type: string]: Number of rows the input field should have. By default it is "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user