Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit 09a279d

Browse files
chore(README): add plugin order note for gql (#37)
1 parent c630ef7 commit 09a279d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ The installation requirements are the same as Strapi itself and can be found in
2020

2121
```sh
2222
npm install strapi-plugin-slugify
23-
```
2423

25-
**or**
24+
# or
2625

27-
```sh
2826
yarn add strapi-plugin-slugify
2927
```
3028

@@ -60,7 +58,11 @@ This will listen for any record created or updated in the article content type a
6058
6159
**IMPORTANT NOTE**: Make sure any sensitive data is stored in env files.
6260

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.
64+
65+
## The Complete Plugin Configuration Object
6466

6567
| Property | Description | Type | Default | Required |
6668
| -------- | ----------- | ---- | ------- | -------- |

0 commit comments

Comments
 (0)