Run the following command in Magento 2 root folder:
Without GraphQL:
composer require mtrzk/magento2-faqpage
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
With GraphQL (Support PWA):
composer require mtrzk/magento2-faqpage mtrzk/magento2-faqpage-graphql
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Version 1.0.4
- Fixed getData on StoresIds
Version 1.0.1
- Added README
Version 1.0.0
- First commit
- Added support for multistore
- Added adminhtml panel
- Added adminhtml panel