An open API service indexing awesome lists of open source software.

https://github.com/geta/epi.mediareferenceselector


https://github.com/geta/epi.mediareferenceselector

cms

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Geta.Epi.MediaReferenceSelector

* Master

![](http://tc.geta.no/app/rest/builds/buildType:(id:GetaPackages_EPiMediaReferenceSelector_00ci),branch:master/statusIcon)

## 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](http://nuget.episerver.com))

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](/docs/media-reference-selector.jpg)

## Package maintainer
https://github.com/MattisOlsson

## Changelog
[Changelog](CHANGELOG.md)