You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.
I have a contentful entry with multiple locales and am trying to get all data both en and ex. When defining them in the src folder, i am able to get a response entry when locale is undefined or set specifically to en or es. But when i try to pass in a wild card to locale
Ex:
contentful:
content_type: pressRelease
entry_filename_pattern: es/medios/${fields.slug}/index
entry_template: press-release.html
locale: *
I get a blank page with nothing loading at all.
Is there a way to get both locales?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a contentful entry with multiple locales and am trying to get all data both en and ex. When defining them in the src folder, i am able to get a response entry when locale is undefined or set specifically to en or es. But when i try to pass in a wild card to locale
Ex:
contentful:
content_type: pressRelease
entry_filename_pattern: es/medios/${fields.slug}/index
entry_template: press-release.html
locale: *
I get a blank page with nothing loading at all.
Is there a way to get both locales?
The text was updated successfully, but these errors were encountered: