dreipunktnull / magento2-module-shariff
Magento 2 Integration for Heise Shariff
Installs: 662
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 2
Open Issues: 1
Type:magento2-module
Requires
- heise/shariff: ^7.1
- magento/framework: ^100.0.0|^101.0.0
This package is auto-updated.
Last update: 2020-12-18 14:58:18 UTC
README
The module integrates the awesome privacy-aware social sharing buttons solution into your Magento 2 project.
Installation
This module needs a bunch of libraries and thus is only available through composer.
composer require dreipunktnull/magento2-module-shariff bin/magento module:enable Dreipunktnull_Shariff bin/magento setup:upgrade
Usage
The module exposes the Dreipunktnull\Shariff\Block\Shariff
block.
It can be mounted anywhere:
<referenceContainer name="product.info.main"> <block class="Dreipunktnull\Shariff\Block\Shariff" name="dpn.shariff.links" after="product.info.price" template="Dreipunktnull_Shariff::shariff.phtml"/> </referenceContainer>
License
MIT