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 May 8, 2024. It is now read-only.
Can we add a new feature in contentful middleman to get two languages at the same time from contentful.
The issues I am facing is that I have added a content in 2 different languages in the contentful and now I would like to get both the language content.
Current there is no way possible in which I can fetch both the content
Can we add a new feature in contentful middleman to get two languages at the same time from contentful.
The issues I am facing is that I have added a content in 2 different languages in the contentful and now I would like to get both the language content.
Current there is no way possible in which I can fetch both the content
I even tried this but it doesn't work
activate :contentful do |f|
f.space = {Sample: 'xxxxxxxxxxl1'}
f.access_token = '1axxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxb9bf935d6ca1'
f.cda_query = { include: 1,locale: 'en-US' }
f.content_types = { Sample: '6kxxxxxxxxxxxxxxxx02ME'}
end
activate :contentful do |f|
f.space = {Sample: 'xxxxxxxxxxl1'}
f.access_token = '1axxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxb9bf935d6ca1'
f.cda_query = { include: 1,locale: 'de-DE' }
f.content_types = { Sample: '6kxxxxxxxxxxxxxxxx02ME'}
end
Thanks
The text was updated successfully, but these errors were encountered: