SJRK-141: Combine imageBlockEditor templates

Metadata

Source
SJRK-141
Type
Task
Priority
Major
Status
Closed
Resolution
Done
Assignee
N/A
Reporter
Gregor Moss
Created
2018-06-05T16:37:44.749-0400
Updated
2018-06-05T17:16:39.500-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Storytelling Tool UI

Description

There are currently two different templates for the imageBlockEditor:

  • storyBlockImage-noCamera.handlebars
  • storyBlockImage-withCameraCapture.handlebars

These are chosen depending on whether the hasMobileCamera grade is merged into the imageBlockEditor grade or not (using the fluid.contextAware detection function).

Consolidate the two templates into one and make the required adjustments detect a flag that can be passed in at render time in order to decide whether to show one or both upload elements. The overriding of the template will at this point be unnecessary.