webidea / magento2-module-inline-link-widget
This package is abandoned and no longer maintained.
The author suggests using the webidea24/magento2-module-inline-link-widget package instead.
Magento 2 Widget for inline links without surrounding HTML
Package info
github.com/webidea24/magento2-module-inline-link-widget
Type:magento2-module
pkg:composer/webidea/magento2-module-inline-link-widget
1.0.0
2021-01-14 13:12 UTC
Requires
- magento/module-catalog: *
This package is auto-updated.
Last update: 2021-06-25 16:49:14 UTC
README
Description
This module delivers three widgets to output links without surrounding HTML.
So you can use these generated links in any context you want, without any design break.
Usage
Button "Insert widget"
- use the "Insert widget"-button to add a new widget into your editor
- select one of the widgets which is suffixed with
(inline-link) - select your entity (product, category, cms-page)
- that's it.
Editor (self-written)
Use one of the following code snippet in your editor
Product
{{widget type="Webidea24\InlineLinkWidget\Block\Link\Product" id_path="product/XXXX"}}
replace XXXX with the product-id
Category
{{widget type="Webidea24\InlineLinkWidget\Block\Link\Category" id_path="category/XXXX"}}
replace XXXX with the category-id