Try our conversational search powered by Generative AI!

Custom Preview for editing Images

Vote:
 

Hi,

Is it possible to create a custom view for on-page editing of images (and other media files) in the same way as it is for blocks?

eg.

[TemplateDescriptor(Inherited = true,
Tags = new [] { RenderingTags.Preview },
TemplateTypeCategory = TemplateTypeCategories.MvcController)]
public class PreviewBlockController : ActionControllerBase, IRenderTemplate
{
public ActionResult Index(BlockData currentBlock)
{
return View(currentBlock);
}
}

Iv' tried but nothing is rendered.

/Anders

#115383
Jan 14, 2015 11:23
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.