- OSU Drupal 8 Overview
- Technical Manual
- Working with Content
- Working with Structure
- Working with Appearance
- Working with Configuration
- Working with People
- Working with Groups
- Advanced Topics
The Entity Browser module provides a bridge between the Media module, CKEditor, and the File/Image upload fields that are used in custom content types.
Entity Browsers are highly configurable and have many dependencies between other sub-systems. Setting them up can be pretty confusing however, once properly configured, this can be a tool that greatly helps your content providers.
The sub-components are as follows:
View Modes are different display options that need to be created to provide to users who will be embedding media.
Consultation with users regarding the default options that are provided is strongly suggested.
As mentioned previously, multiple Entity Browsers can be created - we want to do this so we have one generic one to integrate into the Text Editor for use with all media types. Specialized Entity Browsers for media specific upload/embed fields - like one that’s specifically for an Imagefield and one that’s specifically for a Video Embed field, etc.
There are a couple of extra steps that we need to take to give our Text Editor the ability to work with the Media module.
First, once the Entity Browser has been configured, we'll need to use the Embed module to create a button to use in the toolbar of the Text Editor.