feat(n8n Form Trigger Node, Chat Trigger Node): Allow to customize form and chat css (#13506)

This commit is contained in:
oleg
2025-02-28 12:27:49 +01:00
committed by GitHub
parent c4f3293778
commit 289041e997
29 changed files with 1278 additions and 377 deletions

View File

@@ -19,6 +19,7 @@ export const renderFormNode = async (
formTitle: string;
formDescription: string;
buttonLabel: string;
customCss?: string;
};
let title = options.formTitle;
@@ -56,6 +57,7 @@ export const renderFormNode = async (
redirectUrl: undefined,
appendAttribution,
buttonLabel,
customCss: options.customCss,
});
return {