Skip to content

Commit

Permalink
Merge pull request #102 from storyblok/add-language-bridge-config
Browse files Browse the repository at this point in the history
Add "language" to bridge config
  • Loading branch information
fgiuliani authored Aug 3, 2022
2 parents 4dcae05 + 08debb2 commit dbb7e00
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 @@ -35,6 +35,7 @@ export interface StoryblokBridgeConfigV2 {
resolveRelations?: string[];
customParent?: string;
preventClicks?: boolean;
language?: string;
}

export interface StoryblokBridgeV2 {
Expand Down

0 comments on commit dbb7e00

Please sign in to comment.