Further modules included.
[yaffs-website] / web / modules / contrib / media / README.md
1 # Media Module
2
3 [![Build Status](https://travis-ci.org/drupal-media/media.svg?branch=8.x-1.x)](https://travis-ci.org/drupal-media/media) [![Scrutinizer](https://scrutinizer-ci.com/g/drupal-media/media/badges/quality-score.png?b=8.x-1.x)](https://scrutinizer-ci.com/g/drupal-media/media/?branch=8.x-1.x)
4
5 ## Introduction
6
7 The Media module provides an extensible framework for managing files and multimedia assets, regardless of whether they are hosted on your own site or a 3rd party site.
8
9 Media's aim is to solve Drupal's long standing media handling problem.
10
11 ## Requirements
12
13 * [Media Entity](https://www.drupal.org/project/media_entity)
14 * [Media Entity Image](https://www.drupal.org/project/media_entity_image)
15 * [Video Embed Field](https://www.drupal.org/project/video_embed_field)
16 * [Media Entity Slideshow](https://www.drupal.org/project/media_entity_slideshow)
17 * [Media Entity Instagram](https://www.drupal.org/project/media_entity_instagram)
18 * [Media Entity Twitter](https://www.drupal.org/project/media_entity_twitter)
19 * [Media Entity Document](https://www.drupal.org/project/media_entity_document)
20 * [Slick Media](https://www.drupal.org/project/slick_media)
21 * [Entity Browser](https://www.drupal.org/project/entity_browser)
22 * [Dropzonejs](https://www.drupal.org/project/dropzonejs)
23 * [Image Widget Crop](https://www.drupal.org/project/image_widget_crop)
24
25 ## Installation
26
27 After downloading the module in the modules folder, visit the Extend (/admin/modules) page to enable the module. You might have to install the modules required before enabling this module.
28
29 Documentation for the module is available in the [Drupal 8 Media Guide](https://drupal-media.gitbooks.io/drupal8-guide/content/modules/media/intro.html).
30
31 ## Configuration
32
33 1. Enable the module
34 2. visit /media/add to add media content to website.
35 3. Visit /admin/structure/media to edit the default media bundles.
36
37 ## Technical details
38
39 @ToDo
40
41 ## Maintainers
42
43 @ToDo
44