Skip to content

Commit

Permalink
fix: log context
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-warner committed Apr 25, 2024
1 parent 700dadc commit ac9dfc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export class ContentEditorExtension<ParamType extends Params = Params> extends E
}

setupContext(context: ContentEditorContextObject<ParamType>): void {
console.log(context);
const {
schema,
params,
Expand Down
1 change: 1 addition & 0 deletions src/lib/extensions/content-field/ContentFieldExtension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export class ContentFieldExtension<
}

setupContext(context: ContentFieldContextObject<ParamType>): void {
console.log(context);
const {
fieldSchema,
params,
Expand Down

0 comments on commit ac9dfc7

Please sign in to comment.