Customize the guest sidebar
Learn how to limit what Guests see in their sidebar.
The DevXP engineering team hosts office hours every Thursday at 11 a.m. Pacific Time where we answer your questions live and help you get up and running with Flatfile. Join us!
This configuration only impacts Guests and not Admins. Learn more about user access.
Flatfile allows you to update your sidebar to hide/show certain elements via the 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
The data checklist shows all of the data needed for uploading to the primary Workbook.
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.