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 <nate@buster.so>
This commit is contained in:
Devin AI 2025-08-22 02:14:53 +00:00
parent 3d2909cc16
commit 4ff4905b0a
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ export const NodeTypeLabels = {
columnsThree: { columnsThree: {
label: '3 columns', label: '3 columns',
keyboard: undefined, keyboard: undefined,
keywords: [] keywords: ['three', '3', 'columns']
}, },
// Text formatting // Text formatting