Impulse Content Objects

Impulse content object tags create new Liquid variables. The structure for these variables can be seen on the Impulse Variables page.

category

Creates a category variable for the content.

Input


<div data-gb-custom-block data-tag="category"></div>

{{ category }}

Output

{<category object>}

domain

Creates a domain variable for the content.

Input


<div data-gb-custom-block data-tag="domain"></div>

{{ domain }}

Output

folder

Creates a folder variable for the content.

Input

Output

language

Creates a language variable for the content.

Input

Output

relationship

Creates a relationship variable for the content.

Input

Output

tag

Creates a tag variable for the content.

Input

Output

Last updated