MattieBelt / mattie-strapi-bundle

Mattie plugin bundle for Strapi
https://mattie-bundle.mattiebelt.com
MIT License
40 stars 19 forks source link

[Plugin] populate support #147

Open parsagholipour opened 1 year ago

parsagholipour commented 1 year ago

It will allow to populate relations before sending it to provider. Example usage:

contentTypes: [
    { name: 'api::post.post', populate: ['tags'] }
],

https://github.com/MattieBelt/mattie-strapi-bundle/issues/139

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment | Name | Status | Preview | Comments | Updated | | :--- | :----- | :------ | :------- | :------ | | **mattie-strapi-bundle** | ⬜️ Ignored ([Inspect](https://vercel.com/mattiebelt/mattie-strapi-bundle/2p3K2Y7ug7PNZ43QAULT8PMguWHv)) | | | Jan 21, 2023 at 2:34PM (UTC) |
alexphiev commented 1 year ago

Hi! Thanks a lot for this feature! Is there an ETA for the release?

marco910 commented 1 year ago

Is this feature already available in the plugin?