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
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -338,8 +338,8 @@ When configuring the plugin in `sanity.config.ts`, these are the global options
338
338
| Option | Default Value | Description |
339
339
| ------------- | ------------- | ------------- |
340
340
| 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. |
343
343
| descriptions | *See [linkField.tsx](https://github.com/winteragency/sanity-plugin-link-field/blob/main/src/linkField.tsx)* | Override the descriptions of the different subfields. |
344
344
| enableLinkParameters | `true` | Whether the user should be able to set custom URL parameters for internal and external links. |
345
345
| enableAnchorLinks | `true` | Whether the user should be able to set custom anchors (URL fragments) for internal and external links. |
0 commit comments