Barelydead / strapi-plugin-populate-deep

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

Get __component key for nested component #13

Closed WebMamba closed 2 years ago

WebMamba commented 2 years ago

In the first level of the response, components have the key __component, containing the component identifier. This key is really useful when doing contain generation. But this key is not present on nested component. Do you know a good way tho add this key on nested component ? Cheers. 😄