Skip to content

Commit

Permalink
Merge pull request #340 from storyblok/add-resolvelinks-type
Browse files Browse the repository at this point in the history
fix(SDK-69): Add resolveLinks to StoryblokBridgeConfigV2 interface
  • Loading branch information
fgiuliani authored Aug 2, 2023
2 parents f17c862 + d07547a commit 7a7689c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export interface StoryblokBridgeConfigV2 {
customParent?: string;
preventClicks?: boolean;
language?: string;
resolveLinks?: "url" | "story" | "0" | "1" | "link";
}

export interface StoryblokBridgeV2 {
Expand Down

0 comments on commit 7a7689c

Please sign in to comment.