Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ymcatwincities/media_entity_image
Clone of original media_entity_image in order to test OpenY on Drupal 9
https://github.com/ymcatwincities/media_entity_image
Last synced: about 1 month ago
JSON representation
Clone of original media_entity_image in order to test OpenY on Drupal 9
- Host: GitHub
- URL: https://github.com/ymcatwincities/media_entity_image
- Owner: ymcatwincities
- Created: 2020-07-28T09:41:41.000Z (over 4 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2020-07-28T09:50:48.000Z (over 4 years ago)
- Last Synced: 2023-09-14T10:31:00.777Z (over 1 year ago)
- Language: PHP
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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 image
This module provides local image integration for Media entity (i.e.
media type provider plugin). The user can map fields from image's Exif
data to media bundle fields.### Mapping meta-data to drupal fields
If you want to map some of the image meta-data (for example some of the
EXIF information), follow these steps:
1- Create a media bundle of type image
2- Create some normal fields that will be used to store this information
3- Go back to the bundle edit form, select "Yes" on the "Whether to
gather exif data" drop down
4- Map the desired EXIF fields to the fields you created in step 2.
These will get automatically populated each time the entity is saved and
the drupal fields on the entity are empty.
NOTE that this behavior (only mapping the meta-data when the drupal
field is empty) may change in the future, once this issue is solved:
https://www.drupal.org/node/2772045Project page: http://drupal.org/project/media_entity_image.
Maintainers:
- Janez Urevc (@slashrsm) drupal.org/user/744628
- Primož Hmeljak (@primsi) drupal.org/user/282629IRC channel: #drupal-media