mirror of https://github.com/buster-so/buster.git
Merge pull request #744 from buster-so/devin/1755828681-add-three-keyword-to-three-column-component
feat: add 'three' keyword synonym for three column component
This commit is contained in:
commit
9a28782123
|
@ -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