front ready to css

This commit is contained in:
2023-12-04 13:56:23 +01:00
parent c2faabd427
commit c62ab40411
114 changed files with 5846 additions and 52 deletions

View File

@@ -19,6 +19,12 @@
"drupal/core-composer-scaffold": "^10.1",
"drupal/core-project-message": "^10.1",
"drupal/core-recommended": "^10.1",
"drupal/linked_field": "^1.5",
"drupal/page_manager": "^4.0@RC",
"drupal/panels": "^4.7",
"drupal/paragraphs": "^1.16",
"drupal/smart_date": "^4.1@RC",
"drupal/social_media_links": "^2.9",
"wikimedia/composer-merge-plugin": "^2.1"
},
"conflict": {
@@ -101,6 +107,11 @@
"recurse": true,
"replace": false,
"merge-extra": true
},
"patches": {
"drupal/social_media_links":{
"Replace Twitter with X https://www.drupal.org/project/social_media_links/issues/3384469": "https://www.drupal.org/files/issues/2023-09-12/social_media_links-change_twitter_to_x-3384469-7.patch"
}
}
}
}