Skip to content
Snippets Groups Projects
Commit 69b8918f authored by Sachin AddWeb's avatar Sachin AddWeb Committed by Yas Naoi
Browse files

Issue #3390901 by sachin.addweb, yas, coaston: Fix warnings on a comment

parent 304c97e0
No related branches found
No related tags found
2 merge requests!80Padding has been added around the advance search form fields.,!71resolve errors facing while adding content
Pipeline #301432 failed
......@@ -11,4 +11,12 @@
* @see \Drupal\bootstrap\Plugin\Preprocess\FilterTips::preprocessVariables()
*/
#}
{{ tips }}
{% if tips|length %}
{% for tip in tips %}
{% if tip.list|length %}
{% for item in tip.list %}
{{ item.tip }}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment