Barelydead / strapi-plugin-populate-deep

A Strapi plugin that makes it easier to populate deep content structures
172 stars 39 forks source link

deep with locales #33

Closed gowelaine closed 1 year ago

gowelaine commented 1 year ago

Hi, first of all, great plugins! But I just realized that when I use deep, with i18n plugin, we cannot avoid end up a large response bc localizations list are nested into another content, then another content. I wonder if it's possible that we have some exclude logic that to not deep certain fields?

gowelaine commented 1 year ago

I found that localization nested maxdeep issue is already implemented