Change record status: 
Project: 
Introduced in branch: 
1.1.x
Introduced in version: 
1.1.9
Description: 

What's changed:

  • Canvas hook implementation updated from hook_storage_prop_shape_alter to hook_canvas_storable_prop_shape_alter
  • Added conflict resolution for Drupal 11.1.0 through 11.1.6 versions

Why:

In Drupal Canvas module hook_storage_prop_shape_alter has been deprecated and new hook added to hook_canvas_storable_prop_shape_alter with the same signature.

What you need to do:

Update Acquia DAM module to get the fixed Canvas integration. No additional configuration needed. Canvas components will automatically work with DAM media entities.

Impacts: 
Module developers