mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Allow hiding credential params on cloud (#6687)
This commit is contained in:
@@ -1090,6 +1090,8 @@ export interface IDisplayOptions {
|
||||
show?: {
|
||||
[key: string]: NodeParameterValue[] | undefined;
|
||||
};
|
||||
|
||||
hideOnCloud?: boolean;
|
||||
}
|
||||
|
||||
export interface INodeProperties {
|
||||
|
||||
Reference in New Issue
Block a user