Skip to content

Commit

Permalink
add manual PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackbitDevs committed Jul 2, 2024
1 parent bc5dfdc commit ad80dcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,7 @@ will get resolved to `This t-shirt is black` if there is a many-to-one relation
You can also implement any logic operations with [Twig syntax](https://twig.symfony.com/doc/3.x/templates.html) with the exception that the variables are defined with data query selectors, e.g.
{% raw %}
```twig
{% if category:name#en == "T-shirts" %}
This shirt is made of {{ materials:each(name):implode( and , %s) }}.
Expand All @@ -1601,6 +1602,7 @@ You can also implement any logic operations with [Twig syntax](https://twig.symf
</ul>
{% endif %}
```
{% endraw %}
If the assigned category's name is "T-shirts" and there is an object brick container which the object brick `tshirts` got assigned, the result will be:
Expand Down

0 comments on commit ad80dcb

Please sign in to comment.