Option to exclude fields
Yang Wang
I have problem when using the populate deep plugin with localizations. When I populate deep, it will give me nested localization list, and the response is pretty large if we have multiple locales. I'd suggest that is it possible when get a content, we can have something like
B
Benoit G
in a more general way, it would indeed be a good idea to be able to
exclude
fields and not only include
them. Actually, if you want to exclude
fields, you have to include every field but the ones you want to exclude. Which means that you have to update your code each time your schema changes.