Skip to content

Commit

Permalink
ACMS-1202: Acquia CMS Gin theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Oct 3, 2023
1 parent e142020 commit fa884f5
Show file tree
Hide file tree
Showing 25 changed files with 1,308 additions and 2 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"drupal/acquia_cms_audio": "dev-develop",
"drupal/acquia_cms_component": "dev-develop",
"drupal/acquia_cms_dam": "dev-develop",
"drupal/acquia_cms_gin": "dev-develop",
"drupal/acquia_cms_headless": "dev-develop",
"drupal/acquia_cms_site_studio": "dev-develop",
"drupal/acquia_cms_starter": "dev-develop",
Expand Down Expand Up @@ -232,6 +233,15 @@
}
}
},
"acquia_cms_gin": {
"type": "path",
"url": "./themes/acquia_cms_gin",
"options": {
"versions": {
"drupal/acquia_cms_gin": "dev-develop"
}
}
},
"acquia_cms_headless": {
"type": "path",
"url": "./modules/acquia_cms_headless",
Expand Down
152 changes: 151 additions & 1 deletion 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 modules/acquia_cms_common/acquia_cms_common.module
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ function acquia_cms_common_modules_installed($modules, $is_syncing) {
* @see template_preprocess_maintenance_page()
*/
function acquia_cms_common_preprocess_maintenance_page(array &$variables) {
$variables['#attached']['library'][] = 'acquia_claro/install-page';
$variables['#attached']['library'][] = 'acquia_cms_gin/install-page';
$acquia_cms_path = \Drupal::service('extension.list.module')->getPath('acquia_cms_common');
$variables['install_page_logo_path'] = '/' . $acquia_cms_path . '/acquia_cms.png';
}
Expand Down
5 changes: 5 additions & 0 deletions themes/acquia_cms_gin/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Contributing to Acquia CMS Gin

Thank you for your interest in contributing! We welcome [contributions](https://github.com/acquia/acquia_cms/blob/develop/CONTRIBUTING.md) via the [main Acquia CMS repository](https://github.com/acquia/acquia_cms).

This repository is a clone of a module directory found in [Acquia CMS](https://github.com/acquia/acquia_cms), and is meant to be read-only. Pull requests and issues should be raised in the [main repository](https://github.com/acquia/acquia_cms). Thank you!
Loading

0 comments on commit fa884f5

Please sign in to comment.