renamed web to web_main

This commit is contained in:
2025-12-01 12:37:40 +01:00
parent 11a9c33e26
commit 09cde37fdb
25 changed files with 26 additions and 28 deletions

View File

@@ -42,35 +42,35 @@
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "web/"
"web-root": "web_main/"
}
},
"installer-paths": {
"web/core": [
"web_main/core": [
"type:drupal-core"
],
"web/libraries/{$name}": [
"web_main/libraries/{$name}": [
"type:drupal-library"
],
"web/modules/contrib/{$name}": [
"web_main/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/profiles/contrib/{$name}": [
"web_main/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"web/themes/contrib/{$name}": [
"web_main/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/Commands/contrib/{$name}": [
"type:drupal-drush"
],
"web/modules/custom/{$name}": [
"web_main/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"web/profiles/custom/{$name}": [
"web_main/profiles/custom/{$name}": [
"type:drupal-custom-profile"
],
"web/themes/custom/{$name}": [
"web_main/themes/custom/{$name}": [
"type:drupal-custom-theme"
]
},
@@ -97,7 +97,7 @@
},
"merge-plugin": {
"include": [
"web/profiles/drupal-starterkit-profile/composer.json"
"web_main/profiles/drupal-starterkit-profile/composer.json"
],
"recurse": true,
"replace": false,