The right pane of the Page Designer visual editor provides only limited space for merchants to configure component attributes. To provide more space, you can create a trigger editor to display a breakout editor inside a separate modal window.
For example, you want the merchant to select which unicorn image to use on the storefront, but the right pane doesn't have enough space to display all the available unicorn images. So you create a trigger editor that appears in the right pane and includes a Select button.
When the merchant clicks Select, the breakout editor opens in a modal window where the merchant can see all the available images.
The merchant selects an image, and clicks Apply.
The modal closes, and the selected image appears in the right pane next to the Select button.
Implementing a breakout editor involves these high-level steps: