By rajeshreeputra on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
1.1.x
Introduced in version:
1.1.9
Issue links:
Description:
What's changed:
- Canvas hook implementation updated from
hook_storage_prop_shape_altertohook_canvas_storable_prop_shape_alter - Added conflict resolution for Drupal
11.1.0through11.1.6versions
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