Barelydead / strapi-plugin-populate-deep

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

Implement configuration options to limit depth of certain fields on s… #49

Open paulwellnerbou opened 4 months ago

paulwellnerbou commented 4 months ago

Implement configuration options to limit depth of certain fields on server site to avoid too much data if using a lot of relations and/or parent-child relations.

This may break previous usages, as the protection for recursion is removed. This did not work in my case, as there was data excluded that had the same name, but different paths.

To avoid recursion, this has to be configured now using one of the new configuration options, either ignore, to completely ignore a certain field, or fields, to hard limit the depth of certain collections and fields.