Skip to content

Commit

Permalink
ACMS-4255: Add recipes installer profile for Acquia Drupal Starterkit.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Sep 29, 2024
1 parent 7cf454d commit 8ea2fe0
Show file tree
Hide file tree
Showing 43 changed files with 1,699 additions and 12 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"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_installer": "dev-develop",
"drupal/acquia_drupal_starterkit_low_code": "dev-develop",
"drupal/acquia_drupal_starterkit_media_model": "dev-develop",
"drupal/consumer_image_styles": "^4.0",
Expand Down Expand Up @@ -289,6 +290,15 @@
}
}
},
"acquia_drupal_starterkit_installer": {
"type": "path",
"url": "./recipes/acquia_drupal_starterkit_installer",
"options": {
"versions": {
"drupal/acquia_drupal_starterkit_installer": "dev-develop"
}
}
},
"acquia_drupal_starterkit_low_code": {
"type": "path",
"url": "./recipes/acquia_drupal_starterkit_low_code",
Expand Down
36 changes: 27 additions & 9 deletions composer.lock

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

2 changes: 1 addition & 1 deletion recipes/acquia_drupal_starterkit_admin_theme/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "drupal/acquia_drupal_starterkit_admin_theme",
"type": "drupal-recipe",
"description": "Sets up a nice administrative theme and navigation.",
"version": "dev-main",
"version": "dev-develop",
"require": {
"drupal/core": ">=10.3",
"drupal/gin": "^3-rc11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "drupal/acquia_drupal_starterkit_basic_html_editor",
"type": "drupal-recipe",
"description": "Enhances the Basic HTML editor with better linking and media support.",
"version": "dev-main",
"version": "dev-develop",
"require": {
"drupal/core": ">=10.3",
"drupal/linkit": "^6.1.4"
Expand Down
1 change: 1 addition & 0 deletions recipes/acquia_drupal_starterkit_community/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "drupal/acquia_drupal_starterkit_community",
"type": "drupal-recipe",
"description": "The community starter kit will install Acquia CMS. An optional content model can be added in the installation process.",
"version": "dev-develop",
"require": {
"drupal/core": ">=10.3",
"drupal/acquia_cms_toolbar": "^1.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "drupal/acquia_drupal_starterkit_content_model",
"type": "drupal-recipe",
"description": "An media model provides Audio, Document, Image< Video media types.",
"version": "dev-develop",
"require": {
"drupal/core": ">=10.3",
"drupal/acquia_cms_article": "^1.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "drupal/acquia_drupal_starterkit_full_html_editor",
"type": "drupal-recipe",
"description": "Enhances the Full HTML editor with better linking and media support.",
"version": "dev-main",
"version": "dev-develop",
"require": {
"drupal/core": ">=10.3",
"drupal/linkit": "^6.1.4"
Expand Down
1 change: 1 addition & 0 deletions recipes/acquia_drupal_starterkit_headless/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "drupal/acquia_drupal_starterkit_headless",
"type": "drupal-recipe",
"description": "The community starter kit will install Acquia CMS. An optional content model can be added in the installation process.",
"version": "dev-develop",
"require": {
"drupal/core": ">=10.3",
"drupal/acquia_cms_headless": "^1.3.17",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Acquia Drupal Starterkit Installer
type: profile
core_version_requirement: '>=10.3'
description: 'Provides install-time tweaks for Acquia Drupal Starterkit.'
# Acquia Drupal Starterkit isn't a distribution, but we need to use this
# `distribution` key in order to skip the installer's profile selection step.
distribution:
name: Acquia Drupal Starterkit
install:
finish_url: '/admin/dashboard/welcome'
Loading

0 comments on commit 8ea2fe0

Please sign in to comment.