lopezpaul / module-blog
Content Management System for Blog.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~8.1.0||~8.2.0
- magento/framework: >=103.0.6
This package is not auto-updated.
Last update: 2025-05-12 11:39:00 UTC
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