SJRK-173: Generalize media block view templates to inject special code

Metadata

Source
SJRK-173
Type
Task
Priority
Major
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Gregor Moss
Created
2019-01-07T18:01:10.937-0500
Updated
2019-01-08T15:41:12.804-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. Storytelling Tool UI

Description

Review and combine the templates for media blocks (audio, image and video) such that the template itself does NOT know about the particulars of each type, rather the markup for each shall be injected by their respective components.

E.g. in the case of the video block, the particulars of the video element and the transcript will be injected into the template by the sjrk.storyTelling.blockUi.videoBlockViewer component.

Once complete, this can be applied to the media editor template as well.