mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-19 07:00:29 +08:00
649 B
649 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| cmsmainview | Function: CMSMainView | CMSMainView | 0 | null |
▸ CMSMainView(props): Element
This is the main view of the CMS, it will display the login screen if the user is not authenticated or the main app otherwise.
It is in charge of displaying the navigation drawer, top bar and main collection views.
Parameters
| Name | Type |
|---|---|
props |
CMSMainViewProps |
Returns
Element