Redicom Help Center

page

page.id

Version 1.0

Returns the value of the id field of the page.

Input

{{ response.selected_page.id }}

Output

49

Version 1.0

Returns the value of the link_name field of the page.

Input

{{ response.selected_page.link_name }}

Output

Brands

page.page_title

Version 1.0

Returns the value of the page_title field of the page.

<h1>{{response.selected_page.page_title|raw}}</h1>

Input

{{ response.selected_page.page_title }}

Output

Homepage

page.url

Version 1.0

Returns the value of the url field of the page.

<a href="{{response.selected_page.url}}" > link </a>

Input

{{ response.selected_page.url }}

Output

index.php?id=49

page.content

Version 1.0

Returns the value of the content field of the page.

<section class="container-rub" >
{{response.selected_page.content|raw}}
</section>

Input

{{ response.selected_page.content }}

page.short_content

Version 1.0

Returns the value of the short_content field of the page.

Input

{{ response.selected_page.short_content }}

page.image

Version 1.0

Returns all of the line image in the page.

page.childs

Version 1.0

Returns all of the line childs in the page.

page.form

Version 1.0

Returns all of the line form in the page.

page.downloads

Version 1.0

Returns all of the line downloads in the page.

Version 1.0

Returns all of the line banner in the page.

page.folder_open

Version 1.0

Returns the value of the folder_open field of the page.

Input

{{ response.selected_page.folder_open }}

Output

1

Version 1.0

Returns all of the line breadcrumb in the page.

page.metadata

Version 1.0

Returns all of the line metadata in the page.

page.cat

Version 1.0

Returns the value of the cat field of the page.

page.coordinates

Version 1.0

Returns the value of the coordinates field of the page.

page.target

Version 1.1

Returns the value of the target field of the page.

Input

{% if item.target %} target="_blank" {% endif %}

Output

1

page.imageCatalog

Version 1.0

Returns all of the line imageCatalog in the page.

page.break

Version

Returns the value of the break field of the page.

Version

Returns the value of the featured field of the page.

page.type

Version 1.0

Returns the value of the type field of the page.

Input

{{ response.selected_page.type }}