Jaywing / UmbracoMediaCopy

Jaywing Media Copy, allows copying of media and folders in Umbraco.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Umbraco MediaCopy

A simple app_plugin for Umbraco with a supporting project that allows you to copy media.

The plugin allows you to copy individual media files or folders.

  • Allowed types permission is respected.
  • The user permission model is respected, turning copy functionality off based on permission.
  • It copies crops and focal points for each image by essentially copying the JSON output and replacing the image source.
  • It prevents copying to self for circular copying.
  • It can be fully localised, supporting en-GB by default.
  • It uses AutoFac to handle dependencies.

Basic Requirements

  • Umbraco 7.11.1 and above
  • AutoFac 4.8.1 and above

Screenshots

Context Menu

Context Menu

Action Menu

Action Menu

Restrictions

Restrictions

Folder Copy

Folder Copy

Instructions

  1. Import the MediaCopy project into your solution.
  2. Add reference to MediaCopy project in your Umbraco website project.
  3. Copy the App_Plugins folder into your Umbraco website project.
  4. This will enable the copy functionality in our Umbraco instance.

About

Jaywing Media Copy, allows copying of media and folders in Umbraco.

License:MIT License


Languages

Language:C# 68.4%Language:JavaScript 19.2%Language:HTML 12.4%