Theme Documentation
Search…
Welcome
Getting Started
Liquid
Theme Types
Initial Setup
Core Concepts
Settings
KJB Settings ID's
Objects
Page Objects
Elements
Presets
Ownership
Building Blocks
Structure
Layouts
Sections
Section Types
Blocks
Theme Requirements
Required Pages
Theme Info
Powered By Branding
Theme Styling
Cornerstone CSS
CSS Variables
Custom Site Styles
Powered By
GitBook
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.
KJB Settings show to the end user in the form of a blue outline when they hover an element that then takes them to that elements settings.
1
<
div
class
=
"
hero
"
>
2
<
div
class
=
"
container
"
>
3
<
h1
kjb-settings-id
=
"
{{
'
heading
'
| settings_id: section: section }}
"
>
{{ section.settings.heading }}
</
h1
>
4
</
div
>
5
</
div
>
Copied!
KJB tags can be applied to both section settings and block settings
1
{{
'heading'
|
settings_id
:
section
:
section
}}
2
{{
'image'
|
settings_id
:
section
:
section
,
block
:
block
}}
Copied!
Core Concepts - Previous
Settings
Next - Core Concepts
Objects
Last modified
2yr ago
Copy link