mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(n8n Form Node): Support expressions in completion page (#11781)
Co-authored-by: Shireen Missi <shireen@n8n.io>
This commit is contained in:
@@ -31,4 +31,11 @@ export type FormTriggerData = {
|
||||
buttonLabel?: string;
|
||||
};
|
||||
|
||||
export type CompletionPageConfig = {
|
||||
pageTitle?: string;
|
||||
completionMessage?: string;
|
||||
completionTitle?: string;
|
||||
redirectUrl?: string;
|
||||
};
|
||||
|
||||
export const FORM_TRIGGER_AUTHENTICATION_PROPERTY = 'authentication';
|
||||
|
||||
Reference in New Issue
Block a user