sebtech / magento-blog
一个非常简单且免费的 Magento 博客插件。
1.2.0
2022-01-04 20:39 UTC
Requires
- php: ~7.4.0
This package is not auto-updated.
Last update: 2024-09-25 09:55:30 UTC
README
要求
- Magento 2.4(测试了 2.4.3^)
- PHP 7.4
功能
- 仍在测试版。发现错误或需要支持?创建一个问题。
- 创建、删除、更新、查看博客。
- 可以启用/禁用单个博客。
- 完全支持 Magento 页面构建器。
- 切换以在菜单和/或页脚菜单中放置链接。
安装
运行以下命令
- composer require sebtech/magento-blog
- bin/magento module:enable SebTech_Blog -c
- bin/magento setup:upgrade
- bin/magento setup:di:compile
如何使用
查看后台管理
在配置下
- 渲染博客
将此值设置为“是”以在前端渲染所有可用的博客并使路由可用。
- 在页脚中添加链接
将此值设置为“是”,如果您想在网站页脚中放置博客链接。
- 在菜单中添加链接
将此值设置为“是”,如果您想在主菜单中放置博客链接。