KJB Settings ID's
To make editing kajabi templates simple for the end user, Kajabi uses kjb-settings-id to create links to a sections setting.
<div class="hero">
<div class="container">
<h1 kjb-settings-id="{{ 'heading' | settings_id: section: section }}">{{ section.settings.heading }}</h1>
</div>
</div>{{ 'heading' | settings_id: section: section }}
{{ 'image' | settings_id: section: section, block: block }}Last updated