mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-20 19:42:04 +08:00
feat(editor): block comment extension (#12980)
#### PR Dependency Tree * **PR #12980** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal)
This commit is contained in:
@@ -16,6 +16,7 @@ export type DatabaseBlockProps = {
|
||||
title: Text;
|
||||
cells: SerializedCells;
|
||||
columns: Array<ColumnDataType>;
|
||||
comments?: Record<string, boolean>;
|
||||
};
|
||||
|
||||
export class DatabaseBlockModel extends BlockModel<DatabaseBlockProps> {}
|
||||
@@ -27,6 +28,7 @@ export const DatabaseBlockSchema = defineBlockSchema({
|
||||
title: internal.Text(),
|
||||
cells: Object.create(null),
|
||||
columns: [],
|
||||
comments: undefined,
|
||||
}),
|
||||
metadata: {
|
||||
role: 'hub',
|
||||
|
||||
Reference in New Issue
Block a user