Skip to content

lopezpaul/magento2-module-blog

Repository files navigation

LopezPaul Blog

Blog module for Adobe Commerce.

Supported Magento Versions Maintained - Yes

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 Menu

See list of post Index

Create or edit post Create

Search post Search You can use any filter and apply them to search Posts.

Permissions Roles Create User roles with the right permissions.

Dependencies


  • Magento_Backend
  • Magento_Ui

Permissions


You can create new Role to set the right permissions

GraphQL


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


  1. Add images
  2. Show posts in the frontend

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages