Commit 8ea310ac by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

remove row

See merge request manzarH/dic-global-dev!243
parents cc8f20c5 aff166e2
...@@ -24,9 +24,8 @@ ...@@ -24,9 +24,8 @@
<div class="col-12"> <div class="col-12">
<div class="p_masarny grid row"> <div class="p_masarny grid row">
{% for row in rows %} {% for row in rows %}
{{ row }}
<div class="grid-item"> <div class="grid-item">
<a href="{{ row.field_image_1 }}" data-lightbox="image-1" data-title="My caption"> <a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_image_1 }}'] }}" data-lightbox="image-1" data-title="My caption">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_image }}'] }} {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_image }}'] }}
<div class="grit_itm_inner"> <div class="grit_itm_inner">
<h5>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h5> <h5>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h5>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment