Merge pull request 'feat(editor): page templates — live whole-page embed (MVP)' (#17) from feat/page-templates into develop
Develop / build (push) Has been cancelled
Develop / build (push) Has been cancelled
This commit was merged in pull request #17.
This commit is contained in:
@@ -434,5 +434,17 @@ export class PersistenceExtension implements Extension {
|
||||
'Failed to sync transclusion references for page',
|
||||
);
|
||||
}
|
||||
try {
|
||||
await this.transclusionService.syncPageTemplateReferences(
|
||||
pageId,
|
||||
workspaceId,
|
||||
tiptapJson,
|
||||
);
|
||||
} catch (err) {
|
||||
this.logger.error(
|
||||
{ err, pageId },
|
||||
'Failed to sync page template references for page',
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user