bratsun
10/11/2016 - 8:35 AM

Check if field value is true and add optional class

Check if field value is true and add optional class

{% if item.content['#block_content'].field_image_right.value == '1' %}
  {% set options = options|merge(['image-right']) %} 
{% endif %}