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

Field does not auto generate #65

Closed iRyteRong closed 2 years ago

iRyteRong commented 2 years ago

I am using a UUID because the text never worked automatically. The slug does not auto-generate to the name. It shows the name of the content type. Am I missing something with the plugin?

These are my settings : slugify: { enabled: true, config: { contentTypes: { service: { field: "slug", references: "name", }, }, },

ComfortablyCoding commented 2 years ago

Do you have a sample repo that reproduces this issue that I can take a look at? Not exactly sure what you mean by its not auto generated with text. It works fine for me.

ComfortablyCoding commented 2 years ago

Closing due to no reproducible example provided.