mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-03 18:40:00 +08:00
feat(editor): support file column and member column for database block (#10932)
close: BS-2630, BS-2631, BS-2629, BS-2632, BS-2635
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import type { PropertyMetaConfig } from '@blocksuite/data-view';
|
||||
import { createIdentifier } from '@blocksuite/global/di';
|
||||
|
||||
export interface DatabaseBlockConfigService {
|
||||
propertiesPresets: PropertyMetaConfig[];
|
||||
}
|
||||
|
||||
export const DatabaseBlockConfigService =
|
||||
createIdentifier<DatabaseBlockConfigService>(
|
||||
'AffineDatabaseBlockConfigService'
|
||||
);
|
||||
Reference in New Issue
Block a user