https://github.com/geta/epi.mediareferenceselector
https://github.com/geta/epi.mediareferenceselector
cms
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geta/epi.mediareferenceselector
- Owner: Geta
- Created: 2016-10-27T12:58:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T15:31:51.000Z (about 3 years ago)
- Last Synced: 2025-06-27T22:05:21.467Z (12 months ago)
- Topics: cms
- Language: JavaScript
- Size: 281 KB
- Stars: 0
- Watchers: 26
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Geta.Epi.MediaReferenceSelector
* Master
,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

## Package maintainer
https://github.com/MattisOlsson
## Changelog
[Changelog](CHANGELOG.md)