UNPKG

custom-deep-populate

Version:

This plugin streamlines the process of populating complex content structures through the REST API. It enables you to specify a custom depth for data retrieval, eliminate unwanted fields, and filter out nested fields with identical names. Best of all, each

10 lines (8 loc) 138 B
"use strict"; module.exports = { default: { defaultDepth: 10, skipCreatorFields: true, }, validator: () => {}, };