Skip to content
Snippets Groups Projects

Issue #3147787 by Project Update Bot, Jon Pollard, Neslee Canil Pinto:...

1 file
+ 26
0
Compare changes
  • Side-by-side
  • Inline
composer.json 0 → 100644
+ 26
0
{
"name": "drupal/image_hover_effects",
"description": "Field Formatter that adds a hover effect to a linked image.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"keywords": ["Drupal"],
"authors": [
{
"name": "JurriaanRoelofs",
"role": "Maintainer"
},
{
"name": "Viktor Holovachek (AstonVictor)",
"role": "Maintainer"
}
],
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/image_hover_effects",
"source": "https://git.drupalcode.org/project/image_hover_effects"
},
"require": { }
}
Loading