change table extension names to lowerCamelCase
This commit is contained in:
@@ -6,7 +6,7 @@ export interface TableCellOptions {
|
||||
},
|
||||
}
|
||||
export const TableCell = Node.create({
|
||||
name: 'table_cell',
|
||||
name: 'tableCell',
|
||||
|
||||
defaultOptions: <TableCellOptions>{
|
||||
HTMLAttributes: {},
|
||||
|
||||
Reference in New Issue
Block a user