Skip to content

Commit c7253fb

Browse files
docs: fix readme formatting
1 parent 55721d9 commit c7253fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ When configuring the plugin in `sanity.config.ts`, these are the global options
338338
| Option | Default Value | Description |
339339
| ------------- | ------------- | ------------- |
340340
| linkableSchemaTypes | `['page']` | An array of schema types that should be allowed in internal links. |
341-
| weakReferences | false | Make internal links use [weak references](https://www.sanity.io/docs/reference-type#f45f659e7b28) |
342-
| referenceFilterOptions | undefined | Custom [filter options](https://www.sanity.io/docs/reference-type#1ecd78ab1655) passed to the reference input component for internal links. Use it to filter the documents that should be available for linking, eg. by locale. |
341+
| weakReferences | `false` | Make internal links use [weak references](https://www.sanity.io/docs/reference-type#f45f659e7b28) |
342+
| referenceFilterOptions | `undefined` | Custom [filter options](https://www.sanity.io/docs/reference-type#1ecd78ab1655) passed to the reference input component for internal links. Use it to filter the documents that should be available for linking, eg. by locale. |
343343
| descriptions | *See [linkField.tsx](https://github.com/winteragency/sanity-plugin-link-field/blob/main/src/linkField.tsx)* | Override the descriptions of the different subfields. |
344344
| enableLinkParameters | `true` | Whether the user should be able to set custom URL parameters for internal and external links. |
345345
| enableAnchorLinks | `true` | Whether the user should be able to set custom anchors (URL fragments) for internal and external links. |

0 commit comments

Comments
 (0)