opengento / module-document-widget
此模块旨在帮助商家轻松管理在Magento 2店面上的文档。
2.0.0
2021-07-16 10:30 UTC
Requires
- ext-dom: *
- magento/framework: ^103.0
- magento/module-widget: ^101.0
- opengento/module-document: ^2.0
Requires (Dev)
- magento/magento-coding-standard: ^5
- magento/marketplace-eqp: ^4.0
- roave/security-advisories: dev-master
Suggests
- opengento/module-document-product-link: This module aims to help merchants to link their documents to products in Magento 2.
- opengento/module-document-product-search: This module aims to make documents searchable with product keywords in Magento 2.
- opengento/module-document-restrict: This module aims to restrict documents by type in Magento 2.
- opengento/module-document-search: This module aims to make documents searchable for customers in Magento 2.
This package is auto-updated.
Last update: 2024-09-11 17:33:39 UTC
README
此模块旨在使客户在Magento 2中能够搜索文档。
设置
需要Magento 2开源版或商业版。
Composer安装
运行以下composer命令
composer require opengento/module-document-widget
设置模块
运行以下magento命令
bin/magento setup:upgrade
如果您处于生产模式,请记住重新编译和重新部署静态资源。
功能
此模块旨在通过Magento 2中的小部件使文档可用。
通过新的专用小部件,文档可以作为列表或链接可用。
文档
您可以使用以下两个可用的任一小部件之一
- 链接
- 行内名称
- 块图像
- 块名称
- 块图像 + 名称
- 按文档类型列表
- 图像
- 名称
- 图像 + 名称
支持
向问题跟踪器提出新的请求。
作者
许可
本项目采用MIT许可 - 请参阅LICENSE详细信息。
这就全部了!