Customize the Guest Sidebar
Learn how to limit what Guests see in their sidebar.
This configuration only impacts Guests and not Admins.
Flatfile allows you to update your sidebar to hide/show certain elements via the Space endpoint.
Simply update metadata.sidebarConfig
when calling spaces.update()
.
Building a guest sidebar
Learn how to create a sidebar configuration, and update a sidebar configuration from an event listener.
See full code example in our flatfile-docs-kitchen-sink Github repo
Guest sidebar reference
metadata.sidebarConfig
showDataChecklist
Type: boolean
The data checklist shows all of the data needed for uploading to the primary Workbook.
showSidebar
Type: boolean
Determines if a guest can see the sidebar. If the sidebar is hidden and there are multiple Workbooks in your Space, please specify the desired Workbook ID as your defaultPage.
Example Project
Find the guest sidebar example in the Flatfile GitHub repository.