lopezpaul/module-blog
Composer 安装命令:
composer require lopezpaul/module-blog
包简介
Content Management System for Blog.
README 文档
README
Blog module for Adobe Commerce.
Table of contents
Summary
Create Admin Grid for manage Post table "lopezpaul_blog_post" with columns:
- id
- title
- content
- is_draft
- created_at
- updated_at
- publish_at
Installation
composer require lopezpaul/magento2-blog
bin/magento module:enable LopezPaul_Blog
bin/magento setup:upgrade
Usage
Enter to admin panel and login and go to Content > LopezPaul > Blog

Search post
You can use any filter and apply them to search Posts.
Permissions
Create User roles with the right permissions.
Dependencies
- Magento_Backend
- Magento_Ui
Permissions
You can create new Role to set the right permissions
GraphQL
Go to your magento <domain_url>/graphql
query{
posts{
id
title
content
is_draft
created_at
updated_at
publish_at
}
}
TODO for new versions
- Add images
- Show posts in the frontend
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-08

