You are here

README.txt in Media Entity Browser 8.2

# Media Entity Browser (Media Library)
===

Provides an additional Entity Browser that leverages the
work done in the new Core Media Library. It is recommended to update existing
Entity Browsers to use the Media Entity Browser Media Library view.

As Media Library is still experimental this is an optional setting for users.

The UX for this view matches the Media Library UX as closely as possible
and is designed to fill the gap in WYSIWYG support until core catches up. Follow
https://www.drupal.org/project/drupal/issues/2801307 for core progress.

Once core provides support for WYSIWYG embedding this module will be deprecated.

## Requirements

- Inline Entity Form
- Entity Browser
- Entity Embed
- Media
- Media Library

## Installation

- Download Inline Entity Form from Drupal.org
- Download Entity Embed from Drupal.org
- Download Entity Browser from Drupal.org
- Download Media Entity Browser from Drupal.org
- Enable core Media
- Enable core Media Library (optional)
- Enable Media Entity Browser Media Library

## Usage

This module is largely a set of configuration files to provide a basic WYSIWYG
Entity Browser for Media. As such the documentation for Entity Browser and Media
in general will explain how to customise the installed Media Entity Browsers.

https://drupal-media.gitbooks.io/drupal8-guide/content/modules/entity_browser/intro.html

Once installed, changes to the configuration are managed outside of this module.

### Configuration

On installation the Browser isn't visible. You need to add it to an Entity
Embed button for use though the WYSIWYG.

- For WYSIWYG Entity Embedding use the iFrame Browser
(/admin/config/content/entity_browser/media_entity_browser).

Media Entity Reference Fields should use core Media Library directly. From the
Manage Form Display tab of your fielded entity select the "Media Library"
widget instead of the "Entity Browser" widget. The Media Library widget provides
a much nicer UX for fields.

File

media_entity_browser_media_library/README.txt
View source
  1. # Media Entity Browser (Media Library)
  2. ===
  3. Provides an additional Entity Browser that leverages the
  4. work done in the new Core Media Library. It is recommended to update existing
  5. Entity Browsers to use the Media Entity Browser Media Library view.
  6. As Media Library is still experimental this is an optional setting for users.
  7. The UX for this view matches the Media Library UX as closely as possible
  8. and is designed to fill the gap in WYSIWYG support until core catches up. Follow
  9. https://www.drupal.org/project/drupal/issues/2801307 for core progress.
  10. Once core provides support for WYSIWYG embedding this module will be deprecated.
  11. ## Requirements
  12. - Inline Entity Form
  13. - Entity Browser
  14. - Entity Embed
  15. - Media
  16. - Media Library
  17. ## Installation
  18. - Download Inline Entity Form from Drupal.org
  19. - Download Entity Embed from Drupal.org
  20. - Download Entity Browser from Drupal.org
  21. - Download Media Entity Browser from Drupal.org
  22. - Enable core Media
  23. - Enable core Media Library (optional)
  24. - Enable Media Entity Browser Media Library
  25. ## Usage
  26. This module is largely a set of configuration files to provide a basic WYSIWYG
  27. Entity Browser for Media. As such the documentation for Entity Browser and Media
  28. in general will explain how to customise the installed Media Entity Browsers.
  29. https://drupal-media.gitbooks.io/drupal8-guide/content/modules/entity_browser/intro.html
  30. Once installed, changes to the configuration are managed outside of this module.
  31. ### Configuration
  32. On installation the Browser isn't visible. You need to add it to an Entity
  33. Embed button for use though the WYSIWYG.
  34. - For WYSIWYG Entity Embedding use the iFrame Browser
  35. (/admin/config/content/entity_browser/media_entity_browser).
  36. Media Entity Reference Fields should use core Media Library directly. From the
  37. Manage Form Display tab of your fielded entity select the "Media Library"
  38. widget instead of the "Entity Browser" widget. The Media Library widget provides
  39. a much nicer UX for fields.