Files
firecms/website/docs/api/interfaces/cmsmainviewprops.md
2021-06-06 13:36:47 +02:00

1.1 KiB

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
cmsmainviewprops Interface: CMSMainViewProps CMSMainViewProps 0 null

Properties

allowSkipLogin

Optional allowSkipLogin: boolean

If authentication is enabled, allow the user to access the content without login.

Defined in

CMSMainView.tsx:42


Optional logo: string

Logo to be displayed in the drawer of the CMS

Defined in

CMSMainView.tsx:36


name

name: string

Name of the app, displayed as the main title and in the tab title

Defined in

CMSMainView.tsx:31


toolbarExtraWidget

Optional toolbarExtraWidget: ReactNode

A component that gets rendered on the upper side of the main toolbar

Defined in

CMSMainView.tsx:47