patched image_field_caption WARNING pmu image_field_caption before applying this commit

This commit is contained in:
Bachir Soussi Chiadmi 2024-11-20 12:27:21 +01:00
parent 471d16089b
commit e5a0323a8a
5 changed files with 24 additions and 19 deletions

View File

@ -24,7 +24,7 @@
"drupal/editor_advanced_link": "^2.2", "drupal/editor_advanced_link": "^2.2",
"drupal/geofield": "^1.60", "drupal/geofield": "^1.60",
"drupal/image_delta_formatter": "^1.2", "drupal/image_delta_formatter": "^1.2",
"drupal/image_field_caption": "^2.0", "drupal/image_field_caption": "2.0.x-dev@dev",
"drupal/leaflet": "^10.2", "drupal/leaflet": "^10.2",
"drupal/leaflet_more_maps": "^2.2", "drupal/leaflet_more_maps": "^2.2",
"drupal/linked_field": "^1.5", "drupal/linked_field": "^1.5",
@ -128,7 +128,12 @@
"patches": { "patches": {
"drupal/social_media_links":{ "drupal/social_media_links":{
"Replace Twitter with X https://www.drupal.org/project/social_media_links/issues/3384469": "https://www.drupal.org/files/issues/2023-09-12/social_media_links-change_twitter_to_x-3384469-7.patch" "Replace Twitter with X https://www.drupal.org/project/social_media_links/issues/3384469": "https://www.drupal.org/files/issues/2023-09-12/social_media_links-change_twitter_to_x-3384469-7.patch"
},
"drupal/image_field_caption":{
"Rewrite module to use default field storage https://www.drupal.org/project/image_field_caption/issues/3472997": "./patches/image_field_caption_3472997_12.patch"
} }
},
"oldpatches": {
} }
} }
} }

24
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "3f682451141745b61e2f384d1c28ce84", "content-hash": "21ca923d67e614146f8e96c3190d1cde",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@ -4550,29 +4550,26 @@
}, },
{ {
"name": "drupal/image_field_caption", "name": "drupal/image_field_caption",
"version": "2.0.1", "version": "dev-2.0.x",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/image_field_caption.git", "url": "https://git.drupalcode.org/project/image_field_caption.git",
"reference": "2.0.1" "reference": "b0c155d5aac125666f01c0aa102a8a1f88b1f955"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/image_field_caption-2.0.1.zip",
"reference": "2.0.1",
"shasum": "053e1ccfc638b3b2cd5c59c3c6a053e4e5041183"
}, },
"require": { "require": {
"drupal/core": "^9 || ^10" "drupal/core": "^9 || ^10"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"branch-alias": {
"dev-2.0.x": "2.0.x-dev"
},
"drupal": { "drupal": {
"version": "2.0.1", "version": "2.0.x-dev",
"datestamp": "1705443097", "datestamp": "1711647363",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "not-covered",
"message": "Covered by Drupal's security advisory policy" "message": "Dev releases are not covered by Drupal security advisories."
} }
} }
}, },
@ -12961,6 +12958,7 @@
"drupal/entity_clone": 20, "drupal/entity_clone": 20,
"drupal/field_group": 20, "drupal/field_group": 20,
"drupal/filter_perms": 20, "drupal/filter_perms": 20,
"drupal/image_field_caption": 20,
"drupal/inline_entity_form": 5, "drupal/inline_entity_form": 5,
"drupal/linkit": 10, "drupal/linkit": 10,
"drupal/login_destination": 20, "drupal/login_destination": 20,

View File

@ -4,7 +4,7 @@ status: true
dependencies: dependencies:
config: config:
- field.field.paragraph.site_diapo.field_images - field.field.paragraph.site_diapo.field_images
- image.style.wide - image.style.very_large
- paragraphs.paragraphs_type.site_diapo - paragraphs.paragraphs_type.site_diapo
module: module:
- image_field_caption - image_field_caption
@ -17,12 +17,12 @@ content:
type: image_caption type: image_caption
label: visually_hidden label: visually_hidden
settings: settings:
image_style: wide image_style: very_large
image_link: '' image_link: ''
image_loading: image_loading:
attribute: lazy attribute: lazy
third_party_settings: { } third_party_settings: { }
weight: 0 weight: 2
region: content region: content
hidden: hidden:
search_api_excerpt: true search_api_excerpt: true

View File

@ -13,6 +13,7 @@ third_party_settings:
translation_sync: translation_sync:
alt: alt alt: alt
title: title title: title
caption: caption
file: '0' file: '0'
id: node.actualite.field_images id: node.actualite.field_images
field_name: field_images field_name: field_images
@ -43,6 +44,6 @@ settings:
width: null width: null
height: null height: null
caption: '' caption: ''
caption_field: 1 caption_field: true
caption_field_required: 0 caption_field_required: false
field_type: image field_type: image

View File

@ -21,6 +21,7 @@ settings:
title: '' title: ''
width: null width: null
height: null height: null
caption: ''
module: image module: image
locked: false locked: false
cardinality: -1 cardinality: -1