Skip to content

Commit

Permalink
ACMS-4255: Make media clean config recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Oct 9, 2024
1 parent cee89e6 commit 32fcebc
Show file tree
Hide file tree
Showing 95 changed files with 2,536 additions and 111 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"drupal/acquia_drupal_starterkit_image": "dev-develop",
"drupal/acquia_drupal_starterkit_installer": "dev-develop",
"drupal/acquia_drupal_starterkit_low_code": "dev-develop",
"drupal/acquia_drupal_starterkit_media_model": "dev-develop",
"drupal/acquia_drupal_starterkit_media": "dev-develop",
"drupal/acquia_drupal_starterkit_search": "dev-develop",
"drupal/acquia_drupal_starterkit_video": "dev-develop",
"drupal/consumer_image_styles": "^4.0",
Expand Down Expand Up @@ -379,12 +379,12 @@
}
}
},
"acquia_drupal_starterkit_media_model": {
"acquia_drupal_starterkit_media": {
"type": "path",
"url": "./recipes/acquia_drupal_starterkit_media_model",
"url": "./recipes/acquia_drupal_starterkit_media",
"options": {
"versions": {
"drupal/acquia_drupal_starterkit_media_model": "dev-develop"
"drupal/acquia_drupal_starterkit_media": "dev-develop"
}
}
},
Expand Down
Loading

0 comments on commit 32fcebc

Please sign in to comment.