-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.patches.json
30 lines (30 loc) · 1.66 KB
/
composer.patches.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"patches": {
"drupal/anchor_link": {
"Design Issue": "PATCHES/anchorlink/anchor_link-Integration-with-LinkIt-2958532.patch",
"CSS dialog Design Issue": "PATCHES/anchorlink/anchor_link-styling_issue_in_link_dialog-2986268-11.patch"
},
"drupal/amazon_ses": {
"Error not caught when AWS API returns 403": "PATCHES/3416368-error-not-caught.patch",
"Error not caught when AWS API returns 403 extra backport": "PATCHES/3416368-error-not-caught-extra.patch",
"Error not caught when AWS API returns 403 extra queue fix": "PATCHES/3416368-error-not-caught-queue.patch"
},
"drupal/core": {
"Warning": "PATCHES/core/CoreError.patch",
"https://www.drupal.org/project/drupal/issues/3143617": "https://www.drupal.org/files/issues/2020-07-07/3143617-28_0.patch"
},
"drupal/entity_browser": {
"expects parameter 1 to be array": "PATCHES/entity_browser/entity_browser-key-2914385-6.patch"
},
"drupal/onomasticon": {
"Add missing schema - 3459880": "https://www.drupal.org/files/issues/2024-07-08/compat-10.3-missing-schema.patch"
},
"drupal/user_expire": {
"Allow the notification email to be customised": "PATCHES/user_expire/customize-notification-email.patch",
"Reset expiration when user is reactivated": "PATCHES/user_expire/reset-expiration-on-reactivation.patch"
},
"drupal/username_enumeration_prevention": {
"Avoid leaking the path via Drupal.settings json": "PATCHES/username_enumeration_prevention-user-login-block-form-3312288.patch"
}
}
}