creatuity / magento2-rich-pins
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (1.0.0) of this package.
Pinterest Rich Product Pins module for Magento 2
Package info
github.com/creatuity/magento2-rich-pins
Type:magento2-module
pkg:composer/creatuity/magento2-rich-pins
1.0.0
2017-04-14 12:10 UTC
Requires
- php: ~5.5.0|>=5.6.0
- magento/magento-composer-installer: *
This package is not auto-updated.
Last update: 2025-11-09 08:22:28 UTC
README
Now Rich Pins are available in Magento 2
How to install
Composer
- Type
composer require creatuity/magento2-rich-pins - Run
bin/magento setup:upgrade
Manual
- Put code from master branch under app/etc/Creatuity/RichPins
- Enable module by typing
bin/magento module:enable Creatuity_RichPins - Run
bin/magento setup:upgrade