Skip to content

Commit 54fcc4e

Browse files
committed
Added missing fields to implementations in editor schema block specs
1 parent ac38a1b commit 54fcc4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/schema/blocks/createSpec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ export function addNodeAndExtensionsToSpec<
218218
return {
219219
config: blockConfig,
220220
implementation: {
221+
...blockImplementation,
221222
node,
222223
render(block, editor) {
223224
const blockContentDOMAttributes =

0 commit comments

Comments
 (0)