fixed some patches (ctools, leaflet_more_maps)

This commit is contained in:
2023-02-15 23:06:00 +01:00
parent 5ec109a97b
commit 02ac02a716
4 changed files with 17 additions and 11 deletions

View File

@@ -69,7 +69,8 @@
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"wikimedia/composer-merge-plugin": true
"wikimedia/composer-merge-plugin": true,
"php-http/discovery": true
}
},
"extra": {
@@ -150,10 +151,10 @@
"Skip saving empty paragraphs for certain types https://www.drupal.org/project/paragraphs/issues/2877695" : "https://www.drupal.org/files/issues/2021-03-31/2877695-35.patch"
},
"drupal/leaflet_more_maps": {
"add cartodb maps to leaflet_more_maps": "./patches/leaflet_more_maps_cartodb.patch"
"add cartodb maps to leaflet_more_maps https://www.drupal.org/project/leaflet_more_maps/issues/3231159": "./patches/leaflet_more_maps_cartodb-2.1.3.patch"
},
"drupal/ctools": {
"How to manually pass an argument to a views block through interface https://www.drupal.org/project/ctools/issues/2759445": "https://www.drupal.org/files/issues/2022-05-22/2759445-86.patch"
"How to manually pass an argument to a views block through interface https://www.drupal.org/project/ctools/issues/2759445": "https://www.drupal.org/files/issues/2023-01-18/2759445-100.patch"
}
}
}