etape CT, home page, header, map, filters, theme

This commit is contained in:
2024-07-10 16:16:51 +02:00
parent 1b27b8521f
commit 5bd2fc7ee0
50 changed files with 6290 additions and 31 deletions

View File

@@ -20,11 +20,21 @@
"drupal/core-composer-scaffold": "^10.2",
"drupal/core-project-message": "^10.2",
"drupal/core-recommended": "^10.2",
"drupal/custom_elements": "^2.5",
"drupal/geocoder": "^4.24",
"drupal/geofield": "^1.59",
"drupal/image_field_caption": "^2.0",
"drupal/leaflet": "^10.2",
"drupal/leaflet_more_maps": "^2.2",
"drupal/leaflet_more_markers": "^1.1",
"drupal/linked_field": "^1.5",
"drupal/metatag": "^2.0",
"drupal/page_manager": "^4.0@RC",
"drupal/panels": "^4.8",
"drupal/paragraphs": "^1.17",
"drupal/rest_menu_items": "^3.0",
"drupal/video_embed_field": "^2.5",
"geocoder-php/mapquest-provider": "^4.3",
"wikimedia/composer-merge-plugin": "^2.1"
},
"conflict": {
@@ -108,6 +118,11 @@
"recurse": true,
"replace": false,
"merge-extra": true
},
"patches": {
"drupal/page_manager":{
"Some mandatory parameters are missing https://www.drupal.org/project/page_manager/issues/3438993": "https://www.drupal.org/files/issues/2024-04-12/3438993-5.patch"
}
}
}
}