arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Custom Sidebar Position

circle-info

This feature is available on Beefree SDK paid plansarrow-up-right only.

hashtag
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',
        ...