digitalfabrik/integreat-cms

Add `available_languages` to news endpoint

Closed this issue · 0 comments

Motivation

In order to allow users in the apps to switch the language of news, we need to get information about the other languages from the CMS.

Proposed Solution

Deliver the ids/slugs of the news in all other languages the same way its done for pages, events and pois.
Use an available_languages property.

Alternatives

None.

User Story

Additional Context

App issue: digitalfabrik/integreat-app#2732

Design Requirements

None.