Skip to content
Snippets Groups Projects
Commit 51d11db2 authored by bcweaver's avatar bcweaver
Browse files

Update 'views_bootstrap' module to 3.1 (official/supported)

parent 68fde570
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "5e82b716556fb4aa7de504a393508053",
"content-hash": "60e47e19de7071bb94ff15a24b7a3cfd",
"packages": [
{
"name": "alchemy/zippy",
......@@ -5779,11 +5779,17 @@
},
{
"name": "drupal/views_bootstrap",
"version": "dev-3.x",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://git.drupal.org/project/views_bootstrap",
"reference": "8a8d1add3a575842e33c51a3733b43c24c4bc41f"
"reference": "8.x-3.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/views_bootstrap-8.x-3.1.zip",
"reference": "8.x-3.1",
"shasum": "7fd556457f028fa736d1422a9b5a763566fd7d2e"
},
"require": {
"drupal/core": "*"
......@@ -5794,11 +5800,11 @@
"dev-3.x": "3.x-dev"
},
"drupal": {
"version": "8.x-3.0+4-dev",
"datestamp": "1523236084",
"version": "8.x-3.1",
"datestamp": "1537360681",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
......@@ -5831,8 +5837,7 @@
],
"support": {
"source": "http://cgit.drupalcode.org/views_bootstrap"
},
"time": "2018-05-17T13:28:26+00:00"
}
},
{
"name": "drupal/views_bulk_operations",
......@@ -10078,8 +10083,7 @@
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"drupal/roleassign": 15,
"drupal/views_bootstrap": 20
"drupal/roleassign": 15
},
"prefer-stable": true,
"prefer-lowest": false,
......
......@@ -5961,12 +5961,18 @@
},
{
"name": "drupal/views_bootstrap",
"version": "dev-3.x",
"version_normalized": "dev-3.x",
"version": "3.1.0",
"version_normalized": "3.1.0.0",
"source": {
"type": "git",
"url": "https://git.drupal.org/project/views_bootstrap",
"reference": "8a8d1add3a575842e33c51a3733b43c24c4bc41f"
"reference": "8.x-3.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/views_bootstrap-8.x-3.1.zip",
"reference": "8.x-3.1",
"shasum": "7fd556457f028fa736d1422a9b5a763566fd7d2e"
},
"require": {
"drupal/core": "*"
......@@ -5977,11 +5983,11 @@
"dev-3.x": "3.x-dev"
},
"drupal": {
"version": "8.x-3.0+4-dev",
"datestamp": "1523236084",
"version": "8.x-3.1",
"datestamp": "1537360681",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
......
......@@ -18,6 +18,9 @@
options.alignment,
]
%}
{% if title %}
<h3>{{ title }}</h3>
{% endif %}
<div id="{{ id }}" {{ attributes.addClass(classes) }}>
{% if options.alignment == 'horizontal' %}
{% for row in items %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment