- Merge request !217Draft: Resolve #3556464: Integration with Canvas 'video' prop shape → (Open) created by Unnamed author
Canvas has video shape described in its schema.json file. Acquia DAM Video assets should be matched by props of this shape.
Update CanvasHooks to support additional video schema:
const SCHEMA_TO_MEDIA_SOURCE_PLUGIN= [
// @see \Drupal\media\Plugin\media\Source\Image
'json-schema-definitions://canvas.module/image' => 'acquia_dam_asset:image',
'json-schema-definitions://canvas.module/video' => 'acquia_dam_asset:video',
];
Add logic, that uses updated SCHEMA_TO_MEDIA_SOURCE_PLUGIN constant.
Write tests, update code as appropriate to match changes in #3551419 📌 Refactor canvasHooks for further DAM media types support Active
N/A
N/A
N/A
Active
1.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.