Magento 2 module, that allows you to create custom FAQ question & answers, place single and list of questions in CMS pages as widget. They can be filtered by category or searched by question.
- Magento 2.4
- PHP 7.4, 8.1
composer require clawrock/magento2-faq
php bin/magento setup:upgrade
- Go to Stores -> Configuration -> General -> FAQ
- Set default question limit displayed per page when display all questions using widget
You can add questions using widgets. There are three types of widgets:
- Question list - display list of selected questions & answers
- Question - display single question & answer
- Faq - display all questions & answers with limit per page.
To run test run from console: vendor/bin/phpunit -c phpunit.xml.dist