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

[enhancement] Config option to use slugifyWithCounter #16

Closed christher-lenander closed 2 years ago

christher-lenander commented 2 years ago

Could you add a config option to use the slugifyWithCounter method so you could have same title but the slug adds a number in the end of the slug?

ComfortablyCoding commented 2 years ago

Yes, this should be possible. I will see if i can have it included in the next release.

Edit Added in #21

christher-lenander commented 2 years ago

👍