Skip to content

Geta/Epi.MediaReferenceSelector

Repository files navigation

Geta.Epi.MediaReferenceSelector

  • Master

This project will no further be maintained.

As of Episerver CMS 11.15.0 Episerver have introduced similar functionality, so this project is not needed any longer. https://world.episerver.com/blogs/bartosz-sekula/dates/2019/1/image-property-editor-enhancements/

Description

This module replaces the built-in media content reference editors in Episerver and adds possibility to upload files directly without having to go the extra step through the assets panel.

Features

  • Replace media content reference property

How to install

Install NuGet package (use EPiServer Nuget)

Install-Package Geta.Epi.MediaReferenceSelector

How to use

Decorate the content reference property as usual:

[UIHint(UIHint.Image)]
public virtual ContentReference MyImage { get; set; }

Or:

[UIHint(UIHint.MediaFile)]
public virtual ContentReference MyFile { get; set; }

Screenshots

ScreenShot

Package maintainer

https://github.com/MattisOlsson

Changelog

Changelog