Skip to content

Commit

Permalink
added bootstrap row list template
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Jul 16, 2020
1 parent 469a51a commit 779d360
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.22.0] - 2020-07-16
- added bootstrap row list template

## [1.21.0] - 2020-06-30
- added option to open images processed by `ImageConfigElement`s in a lightbox

Expand Down
3 changes: 3 additions & 0 deletions src/Resources/views/list/list_bs4_row.html.twig
@@ -0,0 +1,3 @@
{% extends '@HeimrichHannotContaoList/list/list_default.html.twig' %}

{% set itemsClass = itemsClass|default() ? 'row ' ~ itemsClass : 'row' %}

0 comments on commit 779d360

Please sign in to comment.