Skip to content

Commit 91f53ac

Browse files
authored
docs(plugin-form-builder): update wording for GraphQL collision resolution steps
1 parent 3710aca commit 91f53ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/plugins/form-builder.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,9 @@ formBuilderPlugin({
444444

445445
To resolve this, you can:
446446

447-
1. Use a different slug in your Collection
448-
2. Override `graphQL.singularName` in your [Collection config](https://payloadcms.com/docs/configuration/collections#graphql)
449-
3. Override `interfaceName` in your [Block config](https://payloadcms.com/docs/fields/blocks#block-configs)
447+
1. Change the `slug` in your [Collection Config](https://payloadcms.com/docs/configuration/collections#config-options)
448+
2. Override `graphQL.singularName` in your [Collection Config](https://payloadcms.com/docs/configuration/collections#graphql)
449+
3. Override `interfaceName` in your [Block Config](https://payloadcms.com/docs/fields/blocks#block-configs)
450450
4. Override `interfaceName` in the plugin's field config, as shown above
451451
</Banner>
452452

0 commit comments

Comments
 (0)