Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Storyblok Bridge doesnt support having a fallback language #560

Open
1 task done
SebbeJohansson opened this issue Aug 27, 2024 · 2 comments
Open
1 task done
Labels
pending-author [Issue] Awaiting further information or action from the issue author pending-triage [Issue] Ticket is pending to be prioritised

Comments

@SebbeJohansson
Copy link

Description

In the Storyblok bridge within the storyblok-js package, there is no option to send in fallback language, meaning that the content is incorrect in the editor after editing.

export interface StoryblokBridgeConfigV2 {
resolveRelations?: string | string[];
customParent?: string;
preventClicks?: boolean;
language?: string;
resolveLinks?: "url" | "story" | "0" | "1" | "link";
}

Suggested solution or improvement

I suggest that support is implemented so that it works the same as just a normal page-load.

Additional context

Before editing:
image
After editing:
image

Validations

@SebbeJohansson SebbeJohansson added pending-author [Issue] Awaiting further information or action from the issue author pending-triage [Issue] Ticket is pending to be prioritised labels Aug 27, 2024
@SebbeJohansson
Copy link
Author

@MirsonMboa I think not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending-author [Issue] Awaiting further information or action from the issue author pending-triage [Issue] Ticket is pending to be prioritised
Projects
None yet
Development

No branches or pull requests

2 participants
@SebbeJohansson and others