Custom Sidebar Position
Overview
You can choose whether to display the builder sidebar on the left or on the right side of the screen.
Available positions:
left
right
Here is the same sample application, with the same template and same content element selected, and the sidebar displayed on the left…

… and on the right.

The configuration document needs the following, new parameter:
var beeConfig = {
uid: config.uid,
sidebarPosition: 'right',
...
Last updated
Was this helpful?