Redicom Help Center

banner

banner.id

Version 1.0

Returns the value of the id field of the banner.

Input

{{ response.banner.id }}

Output

1

banner.title

Version 1.0

Returns the value of the title field of the banner.

{% for item in response.selected_page.banner.0.parts %}
<span class="h1" >{{item.title}}</span>
{% endfor %}

Input

{{ response.banner.title }}

Output

Homepage

banner.template

Version 1.0

Returns all of the line template in the banner.

banner.backgound-color

Version 1.0

Returns the value of the backgound-color field of the banner.

Input

{{ response.banner.backgound-color }}

Output

999933

banner.parts

Version 1.0

Returns all of the line parts in the banner.

banner.description

Version 1.0

Returns the value of the description field of the banner.

{% for item in response.selected_page.banner.0.parts %}
<span class="h1"> {{item.description}}</span>
{% endfor %}

Input

{{ response.banner.description }}

banner.products

Version