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

Add setting to choose what fields to export through api_fields wagtail feature #205

Open
MIKNOTAURO opened this issue Aug 14, 2019 · 0 comments

Comments

@MIKNOTAURO
Copy link

Hi guys,
I need to build an API REST for a puput project.
My first attemp to achieve this was to extend the EntryPage model through EntryAbstract. But I realized that I just need to add api_fields to EntryPage model to make it work.
So,I think that it would be nice to have a setting (like a list for example) to choose what fields in EntryPage model to export through API feature of wagtail.
Btw, now I'm also want to control the serializer.
So, what do you think? Is there a better way to achieve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant