Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haringsrob/drupal-image-delta
A field formatter for image fields that allow you to display a delta.
https://github.com/haringsrob/drupal-image-delta
Last synced: about 1 month ago
JSON representation
A field formatter for image fields that allow you to display a delta.
- Host: GitHub
- URL: https://github.com/haringsrob/drupal-image-delta
- Owner: haringsrob
- Created: 2016-04-10T15:58:32.000Z (over 8 years ago)
- Default Branch: 8.x-1.0
- Last Pushed: 2016-04-11T06:44:06.000Z (over 8 years ago)
- Last Synced: 2024-05-02T02:02:24.676Z (7 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## image delta
A field formatter for image fields, that allows you to display just a single image.
This is usefull when you allow multiple images to be uploaded but only want to show the first image on a teaser.
This module will become obsolete once [d.o#1234624](https://www.drupal.org/node/1234624) lands (probably 8.2)
Alternative modules:
* [field_multiple_limit](https://www.drupal.org/project/field_multiple_limit) but it uses an alternative approach.### How to install
Using composer:
```
composer require harings/image_delta
```### Screenshot
![Example image](http://i.imgur.com/SGobzCh.png)