Commit ea418e67 by Manzar Hussain

add row

parent 6e3030aa
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
<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.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 }}'] }}
......
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