- Issue created by @gogowitsch
- π©πͺGermany gogowitsch
While I found a solution, it is not a visibility condition, but rather a full Twig field for the text that supports the
{% if bla %}{% endif %}
syntax.More complex example:
{% set i = 0 %} {%- for e in elements|keys -%} {%- set i = i + 1 -%} Field {{ i }}: {{ e }} = β{{ webform_token('[webform_submission:values:' ~ e ~ ']', webform_submission) }}βÀâ {% endfor -%}
-
gogowitsch β
committed 2e5e77a9 on 1.x
Issue #3528009: Additional texts: add conditions
-
gogowitsch β
committed 2e5e77a9 on 1.x
-
gogowitsch β
committed 72d2665d on 1.x
Issue #3528009: Show Twig strings when editing again
-
gogowitsch β
committed 72d2665d on 1.x