strapi-community / strapi-plugin-transformer

A plugin for Strapi Headless CMS that provides the ability to transform the API request or response.
https://market.strapi.io/plugins/strapi-plugin-transformer
MIT License
140 stars 22 forks source link

feat: add ignoreResponseKeys #103

Open daileve opened 5 months ago

daileve commented 5 months ago

Resolves: https://github.com/strapi-community/strapi-plugin-transformer/issues/79

I thought It should be proceseed by judging field type like json, but It can be simple way to solve it before strapi 5 officially is announced :)

Please let me get any suggestions if you have.