docs: fix broken links graphql playground and collections preview

This commit is contained in:
Dan Ribbens
2021-03-11 00:02:50 -05:00
parent f35cfae566
commit 2f18647f87
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ You can customize the way that the Admin panel behaves on a collection-by-collec
| `defaultColumns` | Array of field names that correspond to which columns to show by default in this collection's List view. |
| `disableDuplicate ` | Disables the "Duplicate" button while editing documents within this collection. |
| `enableRichTextRelationship` | The [Rich Text](/docs/fields/rich-text) field features a `Relationship` element which allows for users to automatically reference related documents within their rich text. Set this field to `true` to enable the collection to be selected within it. |
| `preview` | Function to generate preview URLS within the Admin panel that can point to your app. [More](/docs/configuration/collections#preview). |
| `preview` | Function to generate preview URLS within the Admin panel that can point to your app. [More](#preview). |
| `components` | Swap in your own React components to be used within this collection. [More](/docs/admin/components#collections) |
### Preview