mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-15 18:17:44 +08:00
1.6 KiB
1.6 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| cmsview | Interface: CMSView | CMSView | 0 | null |
Custom additional views created by the developer, added to the main navigation.
Properties
description
• Optional description: string
Optional description of this view. You can use Markdown
Defined in
group
• Optional group: string
Optional field used to group top level navigation entries under a navigation view.
Defined in
hideFromNavigation
• Optional hideFromNavigation: boolean
Should this view be hidden from the main navigation panel. It will still be accessible if you reach the specified path
Defined in
name
• name: string
Name of this view
Defined in
path
• path: string | string[]
CMS Path (or paths) you can reach this view from. If you include multiple paths, only the first one will be included in the main menu
Defined in
view
• view: ReactNode
Component to be rendered