footer block humanum fix

This commit is contained in:
2026-09-14 10:23:09 +02:00
parent bc857d0c85
commit 8d1524f571
6 changed files with 183 additions and 2 deletions
+2
View File
@@ -23,10 +23,12 @@
"drupal/core-recommended": "^10.4", "drupal/core-recommended": "^10.4",
"drupal/entity_block": "^2.0", "drupal/entity_block": "^2.0",
"drupal/footnotes": "^4.0@RC", "drupal/footnotes": "^4.0@RC",
"drupal/linked_field": "^1.7",
"drupal/page_manager": "^4.0@RC", "drupal/page_manager": "^4.0@RC",
"drupal/paragraphs": "^1.20", "drupal/paragraphs": "^1.20",
"drupal/redirect": "^1.12", "drupal/redirect": "^1.12",
"drupal/shield": "^1.8", "drupal/shield": "^1.8",
"drupal/structure_sync": "^2.0",
"drupal/upgrade_status": "^4.3", "drupal/upgrade_status": "^4.3",
"wikimedia/composer-merge-plugin": "^2.1" "wikimedia/composer-merge-plugin": "^2.1"
}, },
Generated
+134 -1
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": "6bf176d658d431efd6ddb4df31aa6bc4", "content-hash": "70053163e5a41445ee80f289c51828ff",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@@ -5108,6 +5108,58 @@
"issues": "https://www.drupal.org/project/issues/link_attributes" "issues": "https://www.drupal.org/project/issues/link_attributes"
} }
}, },
{
"name": "drupal/linked_field",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/linked_field.git",
"reference": "8.x-1.7"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/linked_field-8.x-1.7.zip",
"reference": "8.x-1.7",
"shasum": "c304792746a92d105f08931d2b6e09b20ee8d618"
},
"require": {
"drupal/core": "^8.8 || ^9 || ^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.7",
"datestamp": "1748842765",
"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": "jcnventura",
"homepage": "https://www.drupal.org/user/122464"
},
{
"name": "vitaliyb98",
"homepage": "https://www.drupal.org/user/3514011"
},
{
"name": "yannickoo",
"homepage": "https://www.drupal.org/user/531118"
}
],
"description": "Adds the functionality to link fields to a specific destination.",
"homepage": "https://www.drupal.org/project/linked_field",
"support": {
"source": "https://git.drupalcode.org/project/linked_field"
}
},
{ {
"name": "drupal/linkit", "name": "drupal/linkit",
"version": "7.0.12", "version": "7.0.12",
@@ -6668,6 +6720,87 @@
"source": "https://git.drupalcode.org/project/sophron" "source": "https://git.drupalcode.org/project/sophron"
} }
}, },
{
"name": "drupal/structure_sync",
"version": "2.0.8",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/structure_sync.git",
"reference": "2.0.8"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/structure_sync-2.0.8.zip",
"reference": "2.0.8",
"shasum": "3f1bd24d7f048cdd9f49e178af9fa47d291d3525"
},
"require": {
"drupal/core": "^8 || ^9 || ^10 || ^11",
"php": ">=7.1"
},
"require-dev": {
"drush/drush": "^9 || ^10 || ^11 || ^12 || ^13"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.8",
"datestamp": "1728580642",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10 || ^11 || ^12 || ^13"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "colan",
"homepage": "https://www.drupal.org/user/58704"
},
{
"name": "fidovdbos",
"homepage": "https://www.drupal.org/user/1494332"
},
{
"name": "joachim",
"homepage": "https://www.drupal.org/user/107701"
},
{
"name": "louis-cuny",
"homepage": "https://www.drupal.org/user/3606332"
},
{
"name": "mparker17",
"homepage": "https://www.drupal.org/user/536298"
},
{
"name": "spiderman",
"homepage": "https://www.drupal.org/user/1631"
},
{
"name": "timkruijsen",
"homepage": "https://www.drupal.org/user/3513437"
},
{
"name": "vinlaurens",
"homepage": "https://www.drupal.org/user/2945689"
}
],
"description": "Tool for syncing structural data that is stored as content.",
"homepage": "https://www.drupal.org/project/structure_sync",
"support": {
"source": "https://git.drupalcode.org/project/structure_sync"
}
},
{ {
"name": "drupal/synonyms", "name": "drupal/synonyms",
"version": "2.1.4", "version": "2.1.4",
@@ -9,6 +9,7 @@ dependencies:
- image.style.thumbnail - image.style.thumbnail
module: module:
- image - image
- linked_field
id: block_content.logo_link.default id: block_content.logo_link.default
targetEntityType: block_content targetEntityType: block_content
bundle: logo_link bundle: logo_link
@@ -22,7 +23,14 @@ content:
image_style: thumbnail image_style: thumbnail
image_loading: image_loading:
attribute: lazy attribute: lazy
third_party_settings: { } third_party_settings:
linked_field:
linked: '1'
type: field
destination: field_lien
advanced:
target: _blank
token: ''
weight: 0 weight: 0
region: content region: content
hidden: hidden:
+2
View File
@@ -91,6 +91,7 @@ module:
shield: 0 shield: 0
smart_trim: 0 smart_trim: 0
smtp: 0 smtp: 0
structure_sync: 0
system: 0 system: 0
taxonomy: 0 taxonomy: 0
telephone: 0 telephone: 0
@@ -111,6 +112,7 @@ module:
content_translation: 10 content_translation: 10
views: 10 views: 10
paragraphs: 11 paragraphs: 11
linked_field: 100
figli_starter_kit: 1000 figli_starter_kit: 1000
theme: theme:
seven: 0 seven: 0
+15
View File
@@ -0,0 +1,15 @@
_core:
default_config_hash: PQasQC1X7aWGPpdeZMscZrE9K0RnK_czZQedrwTJor8
attributes:
title:
label: ''
description: ''
target:
label: ''
description: ''
class:
label: ''
description: ''
rel:
label: Relationship
description: ''
+21
View File
@@ -0,0 +1,21 @@
blocks:
-
info: humanun
langcode: fr
uuid: 7c4d9f53-a289-4437-a374-15f8ac471359
bundle: logo_link
revision_id: null
rev_id_current: null
fields:
field_lien:
-
uri: 'https://www.huma-num.fr/'
title: ''
options: { }
field_logo:
-
target_id: '3'
alt: 'Huma-Num ir*'
title: ''
width: '2560'
height: '818'