Add Acquia Starter Kit Core module in Acquia CMS.#1929
Closed
rajeshreeputra wants to merge 23 commits intofeature/search-refactorfrom
Closed
Add Acquia Starter Kit Core module in Acquia CMS.#1929rajeshreeputra wants to merge 23 commits intofeature/search-refactorfrom
rajeshreeputra wants to merge 23 commits intofeature/search-refactorfrom
Conversation
…categories storage exists.
… Kit Core module.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR integrates the Acquia Starter Kit Core module into various Acquia CMS components by adding the appropriate configuration entries throughout the codebase.
- Added "acquia_starterkit_core" to third_party_settings in multiple configuration files for nodes and fields.
- Updated the module info file to include the Acquia Starter Kit module dependency.
- Updated the CI workflow configuration to incorporate the Acquia Starter Kit module.
Reviewed Changes
Copilot reviewed 58 out of 58 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| modules/acquia_cms_event/config/optional/field.storage.node.field_event_end.yml | Added Acquia Starter Kit to field settings for event end date. |
| modules/acquia_cms_page/config/optional/node.type.page.yml | Integrated Acquia Starter Kit in the page content type configuration. |
| modules/acquia_cms_event/config/optional/node.type.event.yml | Integrated Acquia Starter Kit in the event node type configuration. |
| modules/acquia_cms_person/config/optional/field.storage.node.field_email.yml | Added Acquia Starter Kit to the email field configuration in the person module. |
| modules/acquia_cms_common/config/optional/field.storage.node.field_categories.yml | Added Acquia Starter Kit to the category field configuration. |
| modules/acquia_cms_article/config/optional/node.type.article.yml | Integrated Acquia Starter Kit in the article node type configuration. |
| modules/acquia_cms_article/config/optional/field.storage.node.field_article_type.yml | Added Acquia Starter Kit to the article type field configuration. |
| modules/acquia_cms_event/config/optional/field.storage.node.field_door_time.yml | Added Acquia Starter Kit to the door time field configuration. |
| modules/acquia_cms_event/config/optional/field.storage.node.field_event_duration.yml | Added Acquia Starter Kit to the event duration field configuration. |
| modules/acquia_cms_event/config/optional/field.storage.node.field_event_type.yml | Added Acquia Starter Kit to the event type field configuration. |
| modules/acquia_cms_event/config/optional/field.storage.node.field_event_start.yml | Added Acquia Starter Kit to the event start date field configuration. |
| modules/acquia_cms_common/acquia_cms_common.info.yml | Updated module dependencies to include the Acquia Starter Kit module. |
| .github/workflows/acquia_cms_ci.workflow.yml | Updated CI workflow configuration to run tests for the Acquia Starter Kit module. |
80394ae to
5a5e24b
Compare
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please remove the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Include Acquia Starter Kit Core module in Acquia CMS.
Proposed changes
Include Acquia Starter Kit Core module in Acquia CMS to limit the Common module dependency.
Alternatives considered
NA
Testing steps
Merge requirements