mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
feat(editor): Add new ways to discover templates (#17183)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user