mtrzk/magento2-faqpage

管理 FaqPage 的 Magento 2 模块

安装: 1

依赖: 1

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 1

类型:magento2-module

1.0.5 2022-08-31 14:50 UTC

This package is auto-updated.

Last update: 2024-09-29 06:25:58 UTC


README

1. 文档

2. 安装方法

通过 composer 安装(推荐)

在 Magento 2 根目录下运行以下命令

无 GraphQL

composer require mtrzk/magento2-faqpage
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

带有 GraphQL(支持 PWA)

composer require mtrzk/magento2-faqpage mtrzk/magento2-faqpage-graphql
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

3. 更新日志

版本 1.0.4

- Fixed getData on StoresIds

版本 1.0.1

- Added README

版本 1.0.0

- First commit
- Added support for multistore
- Added adminhtml panel
- Added adminhtml panel