Closed ComfortablyCoding closed 1 year ago
This PR adds support for adding the transform middleware to plugins. It also enables custom routes to be transformed.
A new setting property has been added to control which plugins should be allowed
module.exports = ({ env }) => ({ // .. 'transformer': { enabled: true, config: { plugins:{ ids :{ 'slugify':true } } } }, // .. });
Resolves
Hey @ComfortablyCoding,
Any news on this one? It seems to be working well for us.
Hello @Namstel , it is now available in the latest release
This PR adds support for adding the transform middleware to plugins. It also enables custom routes to be transformed.
A new setting property has been added to control which plugins should be allowed
Resolves
80
77