feat(editor): add block meta service (#10561)

This commit is contained in:
Saul-Mirone
2025-03-03 06:13:06 +00:00
parent 3711e13e0e
commit a587abca85
6 changed files with 142 additions and 20 deletions
@@ -11,6 +11,8 @@ export const StoreExtensionIdentifier =
export const storeExtensionSymbol = Symbol('StoreExtension');
export class StoreExtension extends Extension {
static readonly key: string;
constructor(readonly store: Store) {
super();
}
@@ -30,8 +32,6 @@ export class StoreExtension extends Extension {
provider.get(this)
);
}
static readonly key: string;
}
export function isStoreExtensionConstructor(