Skip to content

Commit

Permalink
feat(shs-5941): install anchor_link module and library
Browse files Browse the repository at this point in the history
  • Loading branch information
cienvaras committed Nov 25, 2024
1 parent 04d46cf commit 44845a1
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 5 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"drupal/addtocal": "^3.0",
"drupal/admin_toolbar": "^3.0",
"drupal/allowed_formats": "^3.0",
"drupal/anchor_link": "~3.0",
"drupal/asset_injector": "^2.7",
"drupal/auto_entitylabel": "^3.0@beta",
"drupal/better_exposed_filters": "^7.0",
Expand Down Expand Up @@ -191,7 +192,8 @@
"su-sws/stanford_fields": "^8.1",
"su-sws/stanford_media": "^11.0",
"su-sws/stanford_migrate": "^8.4",
"su-sws/stanford_samlauth": "^1.0"
"su-sws/stanford_samlauth": "^1.0",
"wikimedia/composer-merge-plugin": "^2.1"
},
"require-dev": {
"drupal/upgrade_status": "^4.0",
Expand Down Expand Up @@ -361,6 +363,11 @@
"vendor/{$vendor}/{$name}/": [
"type:library"
]
},
"merge-plugin": {
"include": [
"docroot/modules/contrib/anchor_link/composer.libraries.json"
]
}
},
"autoload": {
Expand Down
131 changes: 127 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/default/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module:
admin_toolbar_links_access_filter: 0
admin_toolbar_tools: 0
allowed_formats: 0
anchor_link: 0
asset_injector: 0
autologout: 0
better_exposed_filters: 0
Expand Down

0 comments on commit 44845a1

Please sign in to comment.