This module aims to make documents searchable for customers in Magento 2.
Magento 2 Open Source or Commerce edition is required.
Run the following composer command:
composer require opengento/module-document-widget
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.
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.
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
Raise a new request to the issue tracker.
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!