feat(editor): Add new ways to discover templates (#17183)

This commit is contained in:
Romeo Balta
2025-07-11 15:24:32 +01:00
committed by GitHub
parent 4eb18b7dc7
commit 0259c58cb8
11 changed files with 511 additions and 54 deletions

View File

@@ -748,6 +748,12 @@ export const RAG_STARTER_WORKFLOW_EXPERIMENT = {
variant: 'variant',
};
export const EXTRA_TEMPLATE_LINKS_EXPERIMENT = {
name: '034_extra_template_links',
control: 'control',
variant: 'variant',
};
export const FOCUS_PANEL_EXPERIMENT = {
name: 'focus_panel',
control: 'control',
@@ -757,6 +763,7 @@ export const FOCUS_PANEL_EXPERIMENT = {
export const EXPERIMENTS_TO_TRACK = [
WORKFLOW_BUILDER_EXPERIMENT.name,
RAG_STARTER_WORKFLOW_EXPERIMENT.name,
EXTRA_TEMPLATE_LINKS_EXPERIMENT.name,
];
export const MFA_FORM = {
@@ -889,7 +896,7 @@ export const MOUSE_EVENT_BUTTONS = {
*/
export const TEMPLATES_URLS = {
DEFAULT_API_HOST: 'https://api.n8n.io/api/',
BASE_WEBSITE_URL: 'https://n8n.io/workflows',
BASE_WEBSITE_URL: 'https://n8n.io/workflows/',
UTM_QUERY: {
utm_source: 'n8n_app',
utm_medium: 'template_library',