-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.patches.json
26 lines (26 loc) · 1.79 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
{
"patches": {
"drupal/core":{
"project/drupal/issues/2916377: Allow more characters in CSS identifiers": "https://www.drupal.org/files/issues/2024-11-11/2916377-53.patch"
},
"drupal/core-composer-scaffold": {
"Disable drupal/core from scaffolding without being in composer.extra.drupal-scaffold.allowed-packages in that way one has more control of when new scaffolding is added.": "./patches/drupal.core-composer-scaffold.implicit-drupal-core-disable.patch"
},
"drupal/default_content": {
"/project/default_content/issues/3203014: BaseFieldOverride cause inconsistencies during export": "https://www.drupal.org/files/issues/2022-12-13/base_field_override_inconsistencies-3203014-9.patch",
"/project/default_content/issues/2943458: Exporting passwords": "https://www.drupal.org/files/issues/2022-02-18/default_content-2943458-9.patch",
"/project/default_content/issues/3180348: Profile entities have circular dependencies": "https://www.drupal.org/files/issues/2025-01-01/default_content-profile-entities-have-circular-dependencies-3180348-7.patch",
"/project/default_content/issues/3200212: Import should overwrite files": "patches/default_content-3200212-25.patch",
"Created hook to exclude content from being exported": "patches/default_content-hook-exclude-content.patch"
},
"drupal/embedded_content": {
"Convert html to valid xml": "patches/embedded_content-convert-html-valid-xml.patch"
},
"drupal/maillog": {
"/project/maillog/issues/3176023: Not configurable sender and other issues.": "https://www.drupal.org/files/issues/2024-07-24/maillog-n3176023-9.patch"
},
"drupal/openid_connect": {
"/project/openid_connect/issues/3266205#comment-15642526": "patches/openid_connect-support_pkce-3266205-37.patch"
}
}
}