feat(editor): Add option to disable credentials check in RLC (#17381)

This commit is contained in:
RomanDavydchuk
2025-07-17 12:02:34 +03:00
committed by GitHub
parent 436ec864d8
commit d466d9d373
4 changed files with 145 additions and 5 deletions

View File

@@ -1474,6 +1474,10 @@ export interface INodePropertyModeTypeOptions {
searchListMethod?: string; // Supported by: options
searchFilterRequired?: boolean;
searchable?: boolean;
/**
* If true, the resource locator will not show an error if the credentials are not selected
*/
skipCredentialsCheckInRLC?: boolean;
allowNewResource?: {
label: string;
defaultName: string;