Sections
Kajabi themes are built around the concept of sections and blocks. These building blocks can be used in various ways to compose any layout.
Sections
<div class="hero">
<div class="container">
<h1>{{ section.settings.heading }}</h1>
</div>
</div>
<div data-gb-custom-block data-tag="schema">
{
"name": "Example Section",
"elements": [
{
"type": "text",
"id": "heading",
"label": "Heading",
"default": "This is an example heading"
}
]
}
</div>
Section Schema
Blocks
Last updated