Standard one column page layout where multiple blocks can be stacked on top of each other (they should not be overlapping). This page includes a tab-like UI component for showing and hiding blocks.
Structure
When this page is added to your app, it will come with two main groups:
Blocks container 860 (do not rename)This group contains the responsive settings for all blocks on the page. Any new blocks should be added to this group.
Group Main toggle tabs
This group contains the toggle tabs UI and logic.
In the workflows tab, you will see a custom workflow called Navigate. This custom workflow has a parameter for text and whenever you trigger this workflow you should past Parent group's text.
This page comes with one popup:
Popup Hidden Variables contains two groups:
var - Website object
This group stores the website object (e.g., app name, primary color, and etc.)
var - dummy data
A placeholder group in case you want to use any hidden variable groups later.
var - tab url parameter
This group stores the toggle tab text (name) of the tab that the user is currently viewing.