Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / media_entity_slideshow / README.md
1 ## About Media entity
2
3 Media entity provides a 'base' entity for a media element. This is a very basic
4 entity which can reference to all kinds of media-objects (local files, YouTube
5 videos, tweets, CDN-files, ...). This entity only provides a relation between
6 Drupal (because it is an entity) and the resource. You can reference to this
7 entity within any other Drupal entity.
8
9 ## About Media entity slideshow
10
11 This module provides slideshow implementation for Media entity (i.e. media type
12 provider plugin).
13
14 ### Storing field values
15
16 If you want to store field values you will have to map them to actual bundle
17 fields. At the momemnt there is no GUI for that, so the only method of doing
18 that for now is via CMI.
19
20 This whould be an example of that (the field_map section):
21
22 ```
23 langcode: en
24 status: true
25 dependencies:
26   module:
27     - media_entity_image
28 id: photo
29 label: Photo
30 description: 'Photo to be used with content.'
31 type: image
32 type_configuration:
33   source_field: field_image
34 field_map:
35   mime: field_mime
36   make: field_make
37 ```
38
39 Project page: http://drupal.org/project/media_entity_slideshow.
40
41 Maintainers:
42  - Janez Urevc (@slashrsm) drupal.org/user/744628
43
44 IRC channel: #drupal-media