activated lightbox on cards, started to dev modal-card

This commit is contained in:
2020-12-01 23:02:35 +01:00
parent 8f854ff287
commit a4e689c27a
23 changed files with 526 additions and 24 deletions

126
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "72666d13bf47ed93fa6c3d45a9e17370",
"content-hash": "a39c2661f765eebdcbdb7b7732b68200",
"packages": [
{
"name": "alchemy/zippy",
@@ -6819,6 +6819,74 @@
"source": "https://git.drupalcode.org/project/file_mdm"
}
},
{
"name": "drupal/file_mdm_exif",
"version": "2.1.0",
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/file_mdm": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-2.1",
"datestamp": "1586801064",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "mondrake",
"homepage": "https://www.drupal.org/user/1307444"
}
],
"description": "Provides a file metadata plugin for EXIF image information.",
"homepage": "https://www.drupal.org/project/file_mdm",
"support": {
"source": "https://git.drupalcode.org/project/file_mdm"
}
},
{
"name": "drupal/file_mdm_font",
"version": "2.1.0",
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/file_mdm": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-2.1",
"datestamp": "1586801064",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "mondrake",
"homepage": "https://www.drupal.org/user/1307444"
}
],
"description": "Provides a file metadata plugin for TTF/OTF/WOFF font information.",
"homepage": "https://www.drupal.org/project/file_mdm",
"support": {
"source": "https://git.drupalcode.org/project/file_mdm"
}
},
{
"name": "drupal/filefield_sources",
"version": "dev-1.x",
@@ -7257,6 +7325,61 @@
},
"time": "2020-07-18T12:01:59+00:00"
},
{
"name": "drupal/image_effects",
"version": "dev-3.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/image_effects.git",
"reference": "2dd85aa60ee79bcf530bf21070dacaf554601dcc"
},
"require": {
"drupal/core": "^8.9 || ^9",
"drupal/file_mdm_exif": "^2",
"drupal/file_mdm_font": "^2",
"php": ">=7.1"
},
"conflict": {
"drupal/imagemagick": "<3"
},
"require-dev": {
"drupal/imagemagick": "^3"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-3.x": "3.x-dev"
},
"drupal": {
"version": "8.x-3.0+9-dev",
"datestamp": "1606320751",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "mondrake",
"homepage": "https://www.drupal.org/user/1307444"
},
{
"name": "slashrsm",
"homepage": "https://www.drupal.org/user/744628"
}
],
"description": "Provides effects and operations for the Image API.",
"homepage": "https://www.drupal.org/project/image_effects",
"support": {
"source": "https://git.drupalcode.org/project/image_effects"
},
"time": "2020-11-27T15:22:12+00:00"
},
{
"name": "drupal/imagemagick",
"version": "3.1.0",
@@ -17408,6 +17531,7 @@
"drupal/flag_lists": 10,
"drupal/genpass": 20,
"drupal/image_delta_formatter": 20,
"drupal/image_effects": 20,
"drupal/jsonrpc": 20,
"drupal/login_history": 20,
"drupal/mailgun": 20,