Commit 23bf7627 authored by Sergey Shadrin's avatar Sergey Shadrin

[#124455] composer.json misc fix

parent cb045371
...@@ -81,6 +81,11 @@ ...@@ -81,6 +81,11 @@
"modules/custom/{$name}": ["type:drupal-custom-module"], "modules/custom/{$name}": ["type:drupal-custom-module"],
"themes/custom/{$name}": ["type:drupal-custom-theme"] "themes/custom/{$name}": ["type:drupal-custom-theme"]
}, },
"drupal-scaffold": {
"locations": {
"web-root": "."
}
},
"patches": { "patches": {
"drupal/core": { "drupal/core": {
"Replace icons": "./patches/core/core-icons.patch" "Replace icons": "./patches/core/core-icons.patch"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment