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

763 B

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
cmsappprovider Function: CMSAppProvider CMSAppProvider 0 null

CMSAppProvider(props): Element

If you are using independent components of the CMS instead of CMSApp you need to wrap them with this provider, so the internal hooks work.

This provider also contains the component in charge of displaying the side entity dialogs, so you can display them outside the main CMS view.

Parameters

Name Type
props PropsWithChildren<CMSAppProviderProps>

Returns

Element

Defined in

CMSAppProvider.tsx:120