lopezpaul/module-blog

Content Management System for Blog.

dev-main 2024-03-18 00:00 UTC

This package is not auto-updated.

Last update: 2024-05-13 07:15:41 UTC


README

Blog module for Adobe Commerce.

Supported Magento Versions Maintained - Yes 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667

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