How i can putting IF Condition into a text_field value using volt
I tried this:
{{ text_field('name', 'value': {% if city.name <> "" %} {{ city.name }} {% endif %}) }}
But not work, display a syntax error:
Syntax error, unexpected token {%
This post is marked as solved. If you think the information contained on this thread must be part of the official documentation, please contribute submitting a pull request to its repository.
How i can putting IF Condition into a text_field value using volt
I tried this:
{{ text_field('name', 'value': {% if city.name <> "" %} {{ city.name }} {% endif %}) }}
But not work, display a syntax error:
Syntax error, unexpected token {%