Liqiud basics
Modules
API
Mailer
Builder step
On this page
- Overview (Link to the correct id in the text)
Overview
Below you can see all the available drops on the builder step object
| Name | Description |
| step.id | |
| step.position | |
| step.name | |
| step.presentation | |
| step.step_type | |
| step.selection_limit | |
| step.min_quantity | |
| step.max_quantity | |
| step.required | |
| step.image | |
| step.image? | |
| step.parent | |
| step.children | |
| step.children? | |
| step.tree | |
| step.builder_groups | |
| step.builder_groups? | |
| step.builder_variants |
section.tpl
This is the standard styling for a section, it contains a <hr> at the top. Don't forget to make a link if there is some other content on another page that you want to show.
Note
Don't forget to add a limit! In the example below the limit is set to 10.
Snippet
{% for article in archive.articles.10 %}
...
{% endfor %}Updated: 2021-01-05