fix(table): add schema
This commit is contained in:
parent
1f28faf858
commit
7f08459702
|
@ -142,6 +142,7 @@ class Table extends Plugin<Options> {
|
|||
{
|
||||
name: 'colgroup',
|
||||
type: 'block',
|
||||
allowIn: ['table'],
|
||||
},
|
||||
{
|
||||
name: 'col',
|
||||
|
@ -156,10 +157,12 @@ class Table extends Plugin<Options> {
|
|||
{
|
||||
name: 'thead',
|
||||
type: 'block',
|
||||
allowIn: ['table'],
|
||||
},
|
||||
{
|
||||
name: 'tbody',
|
||||
type: 'block',
|
||||
allowIn: ['table'],
|
||||
},
|
||||
{
|
||||
name: 'tr',
|
||||
|
|
Loading…
Reference in New Issue