onepica/mage2-dev-no-image

Fix for Magento 2. It fixes the case when there is no a required option swatch image in media.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 0

Type:magento2-module

1.0.0 2017-06-14 13:17 UTC

This package is not auto-updated.

Last update: 2024-06-09 02:05:18 UTC


README

Description

Fix for Magento 2 (tested on v2.1.6).

It fixes the case when there is no a required option swatch image in media (and maybe other cases for lost images).

It's quite useful after database migration during development.

Installation via composer

composer require --dev onepica/mage2-dev-no-image

Details

On initiate an image the module will create small placeholder (20x20 px) by the same image path.

Warning

Please be aware this module will overwrite the class Magento\Framework\Image.