From 322c5e161e22896c0129038193b779ee32c93342 Mon Sep 17 00:00:00 2001 From: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> Date: Wed, 9 Mar 2022 22:46:21 -0500 Subject: [PATCH] chore(README): add plugin order note for gql --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1219671..a4fef8b 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,9 @@ The installation requirements are the same as Strapi itself and can be found in ```sh npm install strapi-plugin-slugify -``` -**or** +# or -```sh yarn add strapi-plugin-slugify ``` @@ -60,7 +58,11 @@ This will listen for any record created or updated in the article content type a **IMPORTANT NOTE**: Make sure any sensitive data is stored in env files. -### The Complete Plugin Configuration Object +### Additional Requirement for GraphQL + +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. + +## The Complete Plugin Configuration Object | Property | Description | Type | Default | Required | | -------- | ----------- | ---- | ------- | -------- |