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
docs: fix link to slug-overrides in text.mdx (#14211)
### What?
Broken link in new slug field documentation.
### Why?
Linking to non-existing page `./slug-overrides` instead of reference to
`#slug-overrides`.
### How?
Properly links to `#slug-overrides`.
|`name`| To be used as the slug field's name. Defaults to `slug`. |
218
-
|`overrides`| A function that receives the default fields so you can override on a granular level. See example below. [More details](./slug-overrides). |
218
+
|`overrides`| A function that receives the default fields so you can override on a granular level. See example below. [More details](#slug-overrides).|
219
219
|`checkboxName`| To be used as the name for the `generateSlug` checkbox field. Defaults to `generateSlug`. |
220
220
|`fieldToUse`| The name of the field to use when generating the slug. This field must exist in the same collection. Defaults to `title`. |
221
221
|`localized`| Enable localization on the `slug` and `generateSlug` fields. Defaults to `false`. |
0 commit comments