Skip to content

Drupal 8 module which provides a pre-build media system

Notifications You must be signed in to change notification settings

mediadukes/mdm_media

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Drupal 8 module for pre-configured media

This module installs Drupal core media and adds some useful configurion:

  • An enhanced media library using the entity_browser module
  • Better scale & crop results in image styles using the focal_point module
  • Bulk upload capabilities for the core media types using the media_bulk_upload module

More configuration (like the entity_embed module and configuration) will be added later.

Usage

Just install as any other drupal module using composer require.

composer require mediadukes/mdm_media:^1.0

If it's not already present in your repositories array you'll need to define inside your root composer.json where mediadukes packages can be found.

"repositories": [
  {
    "type": "composer",
    "url": "https://packages.mediadukes.be"
  }
]

Or you can use the mediadukes drupal-project template where the repository is already in combination with the custom Amatus profile.