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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,9 @@ The installation requirements are the same as Strapi itself and can be found in
20
20
21
21
```sh
22
22
npm install strapi-plugin-slugify
23
-
```
24
23
25
-
**or**
24
+
# or
26
25
27
-
```sh
28
26
yarn add strapi-plugin-slugify
29
27
```
30
28
@@ -60,7 +58,11 @@ This will listen for any record created or updated in the article content type a
60
58
61
59
**IMPORTANT NOTE**: Make sure any sensitive data is stored in env files.
62
60
63
-
### The Complete Plugin Configuration Object
61
+
### Additional Requirement for GraphQL
62
+
63
+
Per [#35](https://github.com/ComfortablyCoding/strapi-plugin-slugify/issues/35) please ensure that the slugify plugin configuration is placed **after** the graphql plugin configuration.
0 commit comments