opengento / module-document-widget
This module aims to help merchants to manage easily their documents on the Magento 2 storefront.
Fund package maintenance!
www.helloasso.com/associations/opengento/formulaires/1
Installs: 4 806
Dependents: 2
Suggesters: 4
Security: 0
Stars: 2
Watchers: 9
Forks: 1
Open Issues: 2
Type:magento2-module
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-10-11 17:42:18 UTC
README
This module aims to make documents searchable for customers in Magento 2.
Setup
Magento 2 Open Source or Commerce edition is required.
Composer installation
Run the following composer command:
composer require opengento/module-document-widget
Setup the module
Run the following magento command:
bin/magento setup:upgrade
If you are in production mode, do not forget to recompile and redeploy the static resources.
Features
This module aims to make documents available trhough the widgets in Magento 2.
Documents can be available as a list or a link thanks to new dedicated widgets.
Documentation
You can use one of the two available widgets:
- link
- inline name
- block image
- block name
- block image + name
- list by document type
- image
- name
- image + name
Support
Raise a new request to the issue tracker.
Authors
License
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!