Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACMS-4234: Acquia Drupal Starter Kit Site Studio centralise packages for content and media. #1916

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions composer.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dependencies:
- acquia_cms_site_studio
_core:
default_config_hash: p4M4AkVlNb2rgdwlFlwk9-htMsVuj3ZI602MzKSTsCg
id: pack_acquia_cms_search
label: 'Acquia CMS Search'
description: 'Acquia CMS Search related templates and styles.'
id: pack_acquia_starterkit_search
label: 'Acquia Starter Kit Search'
description: 'Acquia Starter Kit Search related templates and styles.'
excluded_entity_types: '{"cohesion_base_styles":true,"cohesion_color":true,"cohesion_component_category":true,"cohesion_content_templates":true,"cohesion_font_library":true,"cohesion_font_stack":true,"cohesion_helper":true,"cohesion_helper_category":true,"cohesion_icon_library":true,"cohesion_master_templates":true,"cohesion_menu_templates":true,"cohesion_scss_variable":true,"cohesion_style_guide":true,"cohesion_style_guide_manager":true,"cohesion_style_helper":true,"cohesion_website_settings":true,"image_style":true,"view":true}'
settings: |
{
Expand Down
2 changes: 1 addition & 1 deletion modules/acquia_cms_site_studio/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"enable-patching": true,
"patches": {
"acquia/cohesion": {
"3340269 - Site Studio: Allow optional packages to import": "https://www.drupal.org/files/issues/2023-03-16/3340269-site-studio-allow-optional-packages-6.patch"
"3340269 - Site Studio: Allow optional packages to import": "https://www.drupal.org/files/issues/2025-01-07/3340269-site-studio-allow-optional-packages-17.patch"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ status: true
dependencies:
enforced:
module:
- acquia_cms_article
- acquia_cms_site_studio
_core:
default_config_hash: uaNr8pjt0eHtXMunemG6g1GvlpJCwf3KJ6fnvSmfE3Y
id: pack_acquia_cms_article
label: 'Acquia CMS Article'
description: 'Acquia CMS Article related templates and styles.'
id: pack_acquia_starterkit_article
label: 'Acquia Starter Kit Article'
description: 'Acquia Starter Kit Article related templates and styles.'
excluded_entity_types: '{"cohesion_base_styles":true,"cohesion_color":true,"cohesion_custom_style":true,"cohesion_font_library":true,"cohesion_font_stack":true,"cohesion_helper":true,"cohesion_helper_category":true,"cohesion_icon_library":true,"cohesion_master_templates":true,"cohesion_menu_templates":true,"cohesion_scss_variable":true,"cohesion_style_guide":true,"cohesion_style_guide_manager":true,"cohesion_style_helper":true,"cohesion_website_settings":true,"image_style":true,"view":true,"cohesion_component_category":true}'
settings: |
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
uuid: f9138ede-95b2-4e2c-ae21-e2522e1e6e7f
langcode: en
status: true
dependencies: { }
id: pack_acquia_cms_audio
label: 'Acquia CMS Audio'
description: 'Acquia CMS Audio related templates and styles.'
dependencies:
enforced:
module:
- acquia_cms_site_studio
id: pack_acquia_starterkit_audio
label: 'Acquia Starter Kit Audio'
description: 'Acquia Starter Kit Audio related templates and styles.'
excluded_entity_types: '[]'
settings: |
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
- acquia_cms_site_studio
_core:
default_config_hash: XB4tORRoucDYysz03Jrdl0SclzJVezO-Fj-O58xjTN8
id: pack_acquia_cms_core
label: 'Acquia CMS Core'
description: 'Acquia CMS Site Studio core templates and styles.'
id: pack_acquia_starterkit_core
label: 'Acquia Starter Kit Core'
description: 'Acquia Starter Kit Site Studio core templates and styles.'
excluded_entity_types: '{"view":true,"image_style":true,"cohesion_view_templates":true,"cohesion_content_templates":true}'
settings: |
{
Expand Down
Loading
Loading