ajout du module images flush

This commit is contained in:
Valentin Le Moign 2025-01-23 16:24:43 +01:00
parent f106602e73
commit 42fb439e3d
4 changed files with 54 additions and 3 deletions

View File

@ -28,6 +28,7 @@
"drupal/geocoder": "^4.24",
"drupal/geofield": "^1.59",
"drupal/image_field_caption": "^2.0",
"drupal/imagestyleflush": "^1.0",
"drupal/jsonapi_image_styles": "^3.0",
"drupal/jsonapi_views": "^1.1",
"drupal/leaflet": "^10.2",

53
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": "17284db796caf7967cb47bae1feb4a43",
"content-hash": "6aaebccef7482e701328a3c4349f9ac6",
"packages": [
{
"name": "asm89/stack-cors",
@ -5121,6 +5121,57 @@
"source": "https://git.drupalcode.org/project/imagemagick"
}
},
{
"name": "drupal/imagestyleflush",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/imagestyleflush.git",
"reference": "1.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/imagestyleflush-1.0.0.zip",
"reference": "1.0.0",
"shasum": "6493ae4b662131f291bbd02b7dcf46f27475ff8c"
},
"require": {
"drupal/core": "^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.0",
"datestamp": "1730107375",
"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": "dcimorra",
"homepage": "https://www.drupal.org/user/3623423"
},
{
"name": "hargobind",
"homepage": "https://www.drupal.org/user/216765"
},
{
"name": "to.stepan.kuzmin@gmail.com",
"homepage": "https://www.drupal.org/user/858626"
}
],
"homepage": "https://www.drupal.org/project/imagestyleflush",
"support": {
"source": "https://git.drupalcode.org/project/imagestyleflush"
}
},
{
"name": "drupal/inline_entity_form",
"version": "1.0.0-rc17",

View File

@ -55,6 +55,7 @@ module:
file: 0
filter: 0
filter_perms: 0
flush_single_image: 0
footnotes: 0
formatter_suite: 0
geocoder: 0

View File

@ -121,8 +121,6 @@ const close = () => {
};
function checkOutsideClick(target) {
console.log(target);
if (target.classList.contains('swiper-wrapper')
|| target.tagName === 'SWIPER-SLIDE'
|| target.tagName === 'FIGURE') {