Editor Sidebar Alignment ​
The Main Menu Alignment feature allows you to change the default position of the editor's main sidebar—from the left side to the right side of the screen. This simple configuration option offers greater flexibility when integrating the editor into your platform, especially if you're building a UI that prioritizes right-hand navigation or better accommodates RTL (right-to-left) layouts.
By default, the main editor menu (which includes structures, content blocks, and saved elements) is located on the left-hand side. To switch it to the right-hand side, simply set the mainMenuAlign
property to right
in your TOPOL_OPTIONS
configuration.
ts
mainMenuAlign: right, // any other value or skip for default