Skip to content

Commit

Permalink
ACMS-4255: Acquia Drupal Starterkit Recipes intial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Sep 29, 2024
1 parent 636ac94 commit d552df9
Show file tree
Hide file tree
Showing 24 changed files with 2,994 additions and 362 deletions.
79 changes: 79 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"drupal/acquia_cms_starter": "dev-develop",
"drupal/acquia_cms_toolbar": "dev-develop",
"drupal/acquia_cms_tour": "dev-develop",
"drupal/acquia_drupal_starterkit_content_model": "dev-develop",
"drupal/acquia_drupal_starterkit_headless": "dev-develop",
"drupal/acquia_drupal_starterkit_low_code": "dev-develop",
"drupal/acquia_drupal_starterkit_media_model": "dev-develop",
"drupal/consumer_image_styles": "^4.0",
"drupal/gin": "^3.0@RC",
"drupal/google_tag": "^2.0",
Expand Down Expand Up @@ -222,6 +226,78 @@
}
}
},
"acquia_drupal_starterkit_admin_theme": {
"type": "path",
"url": "./recipes/acquia_drupal_starterkit_admin_theme",
"options": {
"versions": {
"drupal/acquia_drupal_starterkit_admin_theme": "dev-develop"
}
}
},
"acquia_drupal_starterkit_basic_html_editor": {
"type": "path",
"url": "./recipes/acquia_drupal_starterkit_basic_html_editor",
"options": {
"versions": {
"drupal/acquia_drupal_starterkit_basic_html_editor": "dev-develop"
}
}
},
"acquia_drupal_starterkit_community": {
"type": "path",
"url": "./recipes/acquia_drupal_starterkit_community",
"options": {
"versions": {
"drupal/acquia_drupal_starterkit_community": "dev-develop"
}
}
},
"acquia_drupal_starterkit_content_model": {
"type": "path",
"url": "./recipes/acquia_drupal_starterkit_content_model",
"options": {
"versions": {
"drupal/acquia_drupal_starterkit_content_model": "dev-develop"
}
}
},
"acquia_drupal_starterkit_full_html_editor": {
"type": "path",
"url": "./recipes/acquia_drupal_starterkit_full_html_editor",
"options": {
"versions": {
"drupal/acquia_drupal_starterkit_full_html_editor": "dev-develop"
}
}
},
"acquia_drupal_starterkit_headless": {
"type": "path",
"url": "./recipes/acquia_drupal_starterkit_headless",
"options": {
"versions": {
"drupal/acquia_drupal_starterkit_headless": "dev-develop"
}
}
},
"acquia_drupal_starterkit_low_code": {
"type": "path",
"url": "./recipes/acquia_drupal_starterkit_low_code",
"options": {
"versions": {
"drupal/acquia_drupal_starterkit_low_code": "dev-develop"
}
}
},
"acquia_drupal_starterkit_media_model": {
"type": "path",
"url": "./recipes/acquia_drupal_starterkit_media_model",
"options": {
"versions": {
"drupal/acquia_drupal_starterkit_media_model": "dev-develop"
}
}
},
"consumer_image_styles": {
"type": "vcs",
"url": "https://git.drupalcode.org/issue/consumer_image_styles-3429496.git"
Expand Down Expand Up @@ -320,6 +396,9 @@
],
"docroot/themes/contrib/{$name}": [
"type:drupal-theme"
],
"docroot/recipes/contrib/{$name}": [
"type:drupal-recipe"
]
},
"installer-types": [
Expand Down
Loading

0 comments on commit d552df9

Please sign in to comment.