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: docs/admin/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ The following options are available:
98
98
|**`livePreview`**| Enable real-time editing for instant visual feedback of your front-end application. [More details](../live-preview/overview). |
99
99
|**`meta`**| Base metadata to use for the Admin Panel. [More details](./metadata). |
100
100
|**`routes`**| Replace built-in Admin Panel routes with your own custom routes. [More details](#customizing-routes). |
101
-
|**`suppressHydrationWarning`**| If set to `true`, suppresses React hydration mismatch warnings during the hydration of the root <html> tag. Defaults to `false`. |
101
+
|**`suppressHydrationWarning`**| If set to `true`, suppresses React hydration mismatch warnings during the hydration of the root `<html>` tag. Defaults to `false`. |
102
102
|**`theme`**| Restrict the Admin Panel theme to use only one of your choice. Default is `all`. |
103
103
|**`user`**| The `slug` of the Collection that you want to allow to login to the Admin Panel. [More details](#the-admin-user-collection). |
0 commit comments