From 4ff4905b0a8b35275684c6c5747b74994f3a133a Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 02:14:53 +0000 Subject: [PATCH] feat: add 'three' keyword synonym for three column component - Add 'three', '3', and 'columns' to keywords array in columnsThree configuration - Enables users to type 'three' in slash command to find three column component - Follows existing pattern from numberedList component which includes '1' keyword Co-Authored-By: nate@buster.so --- apps/web/src/components/ui/report/config/labels.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/ui/report/config/labels.tsx b/apps/web/src/components/ui/report/config/labels.tsx index ec81e5a81..91c0eb171 100644 --- a/apps/web/src/components/ui/report/config/labels.tsx +++ b/apps/web/src/components/ui/report/config/labels.tsx @@ -73,7 +73,7 @@ export const NodeTypeLabels = { columnsThree: { label: '3 columns', keyboard: undefined, - keywords: [] + keywords: ['three', '3', 'columns'] }, // Text formatting