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 contentTypeFilter #64

Closed ComfortablyCoding closed 1 year ago

ComfortablyCoding commented 1 year ago

This PR iterates on the denyList concept and adds support for both allow and deny lists. uid syntax stays the same as outlined in #63

Resolves #62