mirror of https://github.com/buster-so/buster.git
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:
parent
3d2909cc16
commit
4ff4905b0a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue