Git Product home page Git Product logo

hcs.media.descriptionmanager's Introduction

HCS.Media.DescriptionManager

Description Manager Logo

Downloads NuGet GitHub license

Description Manager is an Umbraco v10+ plugin for helping editors quickly update media items that are missing descriptions.

What is a description? That depends, an example could be an Alt Description on an Image, it could be a Title on a video. It all depends on the site.

Why use this package? If your media types in Umbraco has a field for it's "default" description, this package will give editors a quick overview for items where the property is not yet set.

It comes with an easy to use dashboard:

Example dashboard

As well as an update to the main media Tree:

Example dashboard

Installation

Add the package to an existing Umbraco website (v10.4+) from nuget:

dotnet add package HCS.Media.DescriptionManager

By default the package will work for the following types with the following properties:

  • Image : Alt Description (altDescription)
  • Vector Graphics : Description (description)
  • Video : Title (title)

Override settings

It is possible to override the defaults, however it is not possible to override a single item, it is a case of all or nothing. To override the settings add the following to appsettings.json.

"HCS": {
   "Media":{
     "DescriptionManager" : {
       "Image": "altText",
       "umbracoMediaVectorGraphics": "title",
       "umbracoMediaVideo": "title"
     }
   }
 }

Each property in the Media object represents a Key Value pair of "Media Type Alias" : "propertyAlias".

Contributing

Contributions to this package are most welcome! Please read the Contributing Guidelines.

Credits

The logo uses missing image from the Noun Project by MOHAMMED SALIM, licensed under CC BY 3.0 US.

hcs.media.descriptionmanager's People

Contributors

leekelleher avatar nikrimington avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

prjseal

hcs.media.descriptionmanager's Issues

Option to add media to "ignore" list

Feature summary

Sometimes an image shouldn't have any alt text, decorative imagery for example. As the package picks up empty descriptive texts then these will always show in the list.

It would be good to have some sort of ignore list so you can tell it you've checked it, and it's fine.

Additional details

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.