Barelydead / strapi-plugin-populate-deep

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

added configuration option to exclude localizations #50

Open christianpflugradt opened 3 months ago

christianpflugradt commented 3 months ago

Hi! We're using the deep plugin in a multilingual project. Including the localizations triples our response body size so it would be nice to have a config option to exclude it.

I prepared a minimalistic pull request to achieve this and successfully tested it for our project.

Please review and feel free to propose changes!