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
It would be nice to add wagtail trans to headless options of wagtail. So when you see you rest api you can see the language of each page and corresponding translated pages.
The text was updated successfully, but these errors were encountered:
You could add APIField('language') to your page models. You'd get the normal foreign key representation by default but could supply a serializer if you wanted it differently.
It would be nice to add wagtail trans to headless options of wagtail. So when you see you rest api you can see the language of each page and corresponding translated pages.
The text was updated successfully, but these errors were encountered: