You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ This will listen for any record created or updated in the article content type a
68
68
| contentTypes[modelName]| The model name of the content type (it is the `singularName` in the [model schema](https://docs.strapi.io/developer-docs/latest/development/backend-customization/models.html#model-schema)) | String | N/A | Yes |
69
69
| contentTypes[modelName]field | The name of the field to add the slug | String | N/A | Yes |
70
70
| contentTypes[modelName]references | The name(s) of the field(s) used to build the slug. If an array of fields is set it will result in a compound slug | String or Array | N/A | Yes |
71
-
|SlugifyWithCount| Duplicate strings will have their occurrence appended to the end of the slug | Boolean | false | No |
71
+
|slugifyWithCount| Duplicate strings will have their occurrence appended to the end of the slug | Boolean | false | No |
72
72
| skipUndefinedReferences | Skip reference fields that have no data. Mostly applicable to compound slug | Boolean | false | No |
73
73
| slugifyOptions | The options to pass the the slugify function. All options can be found in the [slugify docs](https://github.com/sindresorhus/slugify#api)| Object | {} | No |
0 commit comments