mirror of https://github.com/fantasticit/think.git
update columns with one column as children
This commit is contained in:
parent
5d13733d86
commit
ec8a03178b
|
@ -21,7 +21,7 @@ export const Columns = Node.create({
|
||||||
defining: true,
|
defining: true,
|
||||||
isolating: true,
|
isolating: true,
|
||||||
allowGapCursor: false,
|
allowGapCursor: false,
|
||||||
content: 'column{2,}',
|
content: 'column{1,}',
|
||||||
priority: EXTENSION_PRIORITY_HIGHEST,
|
priority: EXTENSION_PRIORITY_HIGHEST,
|
||||||
|
|
||||||
addOptions() {
|
addOptions() {
|
||||||
|
|
Loading…
Reference in New Issue