mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-16 02:24:23 +08:00
763 B
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