dxpr_gridstack-1.0.1/templates/dxpr-gridstack-gridstack-row.html.twig
templates/dxpr-gridstack-gridstack-row.html.twig
{#
/**
* @file
* Default theme implementation for dxpr_gridstack_gridstack_row plugin.
*/
#}
<div class="sooperthemes-gridstack__content">
<div class="sooperthemes-gridstack__image">{{ image }}</div>
<div class="sooperthemes-gridstack__field-wrapper">
{% if category %}
<div class="sooperthemes-gridstack__category">{{ category }}</div>
{% endif %}
{% if title %}
<h3 class="sooperthemes-gridstack__title">{{ title }}</h3>
{% endif %}
</div>
</div>
