annotate core/modules/responsive_image/responsive_image.info.yml @ 5:12f9dff5fda9
tip
Update to Drupal core 8.7.1
author |
Chris Cannam |
date |
Thu, 09 May 2019 15:34:47 +0100 |
parents |
a9cd425dd02b |
children |
|
rev |
line source |
Chris@0
|
1 name: Responsive Image
|
Chris@0
|
2 type: module
|
Chris@0
|
3 description: 'Provides an image formatter and breakpoint mappings to output responsive images using the HTML5 picture tag.'
|
Chris@0
|
4 package: Core
|
Chris@0
|
5 version: VERSION
|
Chris@0
|
6 core: 8.x
|
Chris@0
|
7 dependencies:
|
Chris@4
|
8 - drupal:breakpoint
|
Chris@4
|
9 - drupal:image
|
Chris@0
|
10 configure: entity.responsive_image_style.collection
|