mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 21:25:45 +08:00
chore: merge blocksuite source code (#9213)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export const COLLECTION_VERSION = 2;
|
||||
|
||||
export const PAGE_VERSION = 2;
|
||||
|
||||
export const SCHEMA_NOT_FOUND_MESSAGE =
|
||||
'Schema not found. The block flavour may not be registered.';
|
||||
|
||||
export const TEXT_UNIQ_IDENTIFIER = '$blocksuite:internal:text$';
|
||||
export const NATIVE_UNIQ_IDENTIFIER = '$blocksuite:internal:native$';
|
||||
|
||||
export const SYS_KEYS = new Set(['id', 'flavour', 'children']);
|
||||
Reference in New Issue
Block a user