-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.patches.json
27 lines (27 loc) · 1.32 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
{
"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": {
"Cron fails on amazon_ses when not configured": "PATCHES/amazon_ses-cron-queue-3417090-8.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": {
"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"
}
}
}