Skip to content

james-a-rob/medusa-sample-plugin

Repository files navigation

Overview

An intetionally simple Medusa JS plugin. Useful for learning how Medusa plugins are built and as a starting point to create your own.

This plugin enables Youtube videos to be added to product pages via the admin dashboard.

Includes

Usage

Plugin can be added to a Medusa backend in the usual way. medusa-config.js

const plugins = [
  // ...
  {
    resolve: `medusa-sample-plugin`,
    options: {
      enableUI: true,
    },
  },
]

About

medusa-sample-plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published