Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

drupal-media/media_entity_slideshow

Repository files navigation

About Media entity

Media entity provides a 'base' entity for a media element. This is a very basic entity which can reference to all kinds of media-objects (local files, YouTube videos, tweets, CDN-files, ...). This entity only provides a relation between Drupal (because it is an entity) and the resource. You can reference to this entity within any other Drupal entity.

About Media entity slideshow

This module provides slideshow implementation for Media entity (i.e. media type provider plugin).

Storing field values

If you want to store field values you will have to map them to actual bundle fields. At the momemnt there is no GUI for that, so the only method of doing that for now is via CMI.

This whould be an example of that (the field_map section):

langcode: en
status: true
dependencies:
  module:
    - media_entity_image
id: photo
label: Photo
description: 'Photo to be used with content.'
type: image
type_configuration:
  source_field: field_image
field_map:
  mime: field_mime
  make: field_make

Project page: http://drupal.org/project/media_entity_slideshow.

Maintainers:

  • Janez Urevc (@slashrsm) drupal.org/user/744628

IRC channel: #drupal-media

About

DEPRECATED: See https://drupal.org/project/media_entity_slideshow for latest code and issues - Slideshows type plugin for Media entity.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages