strapi-community / strapi-plugin-slugify

A plugin for Strapi Headless CMS that provides the ability to auto slugify a field for any content type.
https://market.strapi.io/plugins/strapi-plugin-slugify
MIT License
45 stars 21 forks source link

feat(slugification): add slugify with count #21

Closed ComfortablyCoding closed 2 years ago

ComfortablyCoding commented 2 years ago

Adds the option to use slugifyWithCount over slugify for the slugification service.

Related Issue(s)