mtrzk/magento2-faqpage

Magento 2 module for manage FaqPage

Installs: 1

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Type:magento2-module

1.0.5 2022-08-31 14:50 UTC

This package is auto-updated.

Last update: 2024-04-29 05:00:03 UTC


README

1. Documentation

2. How to install

Install via composer (recommend)

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

3. CHANGELOG

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