Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "drupal-profile",
"license": "GPL-2.0-or-later",
"require": {
"acquia/acf": "2.1.x-dev",
"acquia/acf": "2.2.x-dev",
"acquia/acquia-cms-starterkit": "^1.0",
"acquia/cohesion": "^8.2",
"acquia/cohesion-theme": "^8.2",
Expand Down Expand Up @@ -92,6 +92,7 @@
"drupal/fullcalendar": "^3.0@beta",
"drupal/geofield": "^1",
"drupal/gin": "^5",
"drupal/gin_login": "^2.1",
"drupal/gin_moderation_sidebar": "^1.0@RC",
"drupal/google_tag": "^2.0",
"drupal/google_tag_events": "^3",
Expand Down Expand Up @@ -246,8 +247,7 @@
"Log error when a TranslatableMarkup is created with a non-string input": "https://www.drupal.org/files/issues/2025-06-24/2719553-79.patch",
"Add Exception for TypeError Argument must be String | https://drupal.org/node/3352384":
"https://www.drupal.org/files/issues/2025-07-05/TypeError_htmlspecialchars_ArgumentNustBeTypeString_ArrayGiven-3352384-76.patch",
"Call to a member function transformDimensions() on null in template_preprocess | https://drupal.org/node/2957368":
"https://git.drupalcode.org/project/drupal/-/merge_requests/9200.diff"
"Call to a member function transformDimensions() on null in template_preprocess | https://drupal.org/node/2957368": "https://www.drupal.org/files/issues/2025-12-26/drupal-2957368-83.patch"
},
"drupal/acquia_cms_common": {
"ACMS-1001 - The entity of type workflow by id editorial does not have a UUID.": "https://www.drupal.org/files/issues/2022-07-05/acquia_cms_common-rewrite-missing-uuid.patch",
Expand All @@ -261,7 +261,7 @@
},
"drupal/acquia_dam": {
"TypeError: array_map(): Argument #2 ($array) must be of type array": "patches/acquia_dam-check-for-image-properties.patch",
"Combined issues - Do not override existing displays, Check for site install": "https://www.drupal.org/files/issues/2025-06-12/acquia_dam-check-existing-config-check-for-install-01.patch"
"Combined issues - Do not override existing displays, Check for site install": "https://www.drupal.org/files/issues/2026-01-13/acquia_dam-check-existing-config-check-for-install-02.patch"
},
"drupal/acsf": {
"PHP deprecation warning in acsf-init | https://www.drupal.org/node/3487078": "https://git.drupalcode.org/project/acsf/-/merge_requests/7.diff"
Expand Down Expand Up @@ -301,6 +301,9 @@
"drupal/pathauto": {
"Aliases are not created for affected translations | http://drupal.org/node/2973478": "https://www.drupal.org/files/issues/2018-07-12/2973478-4.patch"
},
"drupal/responsive_preview": {
"3543777" : "https://www.drupal.org/files/issues/2026-01-15/responsive_preview-3543777-deprecate-template_preprocess_item_list-17.diff"
},
"drupal/webform_mautic": {
"Deprecation warning | https://drupal.org/node/3415274": "https://www.drupal.org/files/issues/2024-04-24/get-some-deprecation-3415274-6.patch"
},
Expand Down
2,182 changes: 1,174 additions & 1,008 deletions composer.lock

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions modules/df/df_core/config/install/field.storage.node.body.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
langcode: en
status: true
dependencies:
module:
- node
- text
id: node.body
field_name: body
entity_type: node
type: text_with_summary
settings: { }
module: text
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: true
custom_storage: false
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
config_rewrite: replace
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
config_rewrite: replace
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
config_rewrite: replace
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
config_rewrite: replace
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
config_rewrite: replace
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
config_rewrite: replace
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
config_rewrite: replace
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: DF Tools Article
type: module
description: Extends Acquia CMS Article for Demo Framework.
core_version_requirement: ^9 || ^10 || ^11
container_rebuild_required: TRUE
package: Demo Framework Tools
dependencies:
- acquia_cms_common
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ content:
settings:
targets:
0:
target_field: body
target_field: field_product_description
key: default
actions:
add_target: 'Add one more target'
Expand All @@ -47,7 +47,7 @@ content:
region: content
settings:
source_fields:
- body
- field_product_description
targets:
0:
target_field: field_tags
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
config_rewrite: replace
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
config_rewrite: replace
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
config_rewrite: replace
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
config_rewrite: replace
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
config_rewrite: replace
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
config_rewrite: replace
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
config_rewrite: replace
langcode: en
status: true
dependencies:
Expand Down
1 change: 1 addition & 0 deletions modules/df/df_tools/df_tools_event/df_tools_event.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: DF Tools Event
type: module
description: Extends Acquia CMS Event for Demo Framework.
core_version_requirement: ^9 || ^10 || ^11
container_rebuild_required: TRUE
package: Demo Framework Tools
dependencies:
- acquia_cms_event
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,205 @@
uuid: e90b7e4b-96fe-4965-ab8f-cbd151b22878
langcode: en
status: true
dependencies:
config:
- field.field.node.page.body
- field.field.node.page.field_categories
- field.field.node.page.field_layout_canvas
- field.field.node.page.field_meta_tags
- field.field.node.page.field_page_image
- field.field.node.page.field_persona
- field.field.node.page.field_tags
- field.field.node.page.field_template_selector
- node.type.page
- workflows.workflow.editorial
module:
- cohesion_elements
- cohesion_templates
- content_moderation
- field_group
- media_library
- metatag
- path
- scheduler
- scheduler_content_moderation_integration
- text
enforced:
module:
- acquia_cms_page
third_party_settings:
field_group:
group_taxonomy:
children:
- field_categories
- field_tags
label: Taxonomy
region: content
parent_name: ''
weight: 4
format_type: fieldset
format_settings:
classes: ''
id: ''
description: ''
required_fields: true
_core:
default_config_hash: nvei4t7sPABpaBDk9axzoYEP-rE4AFmagZgoDYMXt7M
id: node.page.default
targetEntityType: node
bundle: page
mode: default
content:
body:
type: text_textarea_with_summary
weight: 3
region: content
settings:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
created:
type: datetime_timestamp
weight: 7
region: content
settings: { }
third_party_settings: { }
field_categories:
type: options_select
weight: 3
region: content
settings: { }
third_party_settings: { }
field_layout_canvas:
type: cohesion_layout_builder_widget
weight: 2
region: content
settings: { }
third_party_settings: { }
field_meta_tags:
type: metatag_firehose
weight: 31
region: content
settings:
sidebar: true
third_party_settings: { }
field_page_image:
type: media_library_widget
weight: 3
region: content
settings:
media_types: { }
third_party_settings: { }
field_persona:
type: entity_reference_autocomplete
weight: 32
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
field_tags:
type: entity_reference_autocomplete_tags
weight: 4
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
field_template_selector:
type: cohesion_template_selector_widget
weight: 48
region: content
settings: { }
third_party_settings: { }
langcode:
type: language_select
weight: 2
region: content
settings:
include_locked: true
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 5
region: content
settings: { }
third_party_settings: { }
path:
type: path
weight: 8
region: content
settings: { }
third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
publish_state:
type: scheduler_moderation
weight: 30
region: content
settings: { }
third_party_settings: { }
scheduler_settings:
weight: 20
region: content
settings: { }
third_party_settings: { }
simple_sitemap:
weight: 10
region: content
settings: { }
third_party_settings: { }
title:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
translation:
weight: 10
region: content
settings: { }
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 6
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
unpublish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
unpublish_state:
type: scheduler_moderation
weight: 30
region: content
settings: { }
third_party_settings: { }
url_redirects:
weight: 9
region: content
settings: { }
third_party_settings: { }
hidden:
promote: true
status: true
sticky: true
Loading