1.0.9 • Published 6 months ago

medusa-edit-optionvalue-metadata v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Compatibility

This plugin is compatible with versions >1.16.0 of @medusajs/medusa

Getting Started

Installation

  yarn add medusa-edit-optionvalue-metadata
  OR
  npm install medusa-edit-optionvalue-metadata

Set environment variable

  MEDUSA_ADMIN_BACKEND_URL=<YOUR_BACKEND_URL>

where <YOUR_BACKEND_URL> is your Backend's URL (e.g. http://localhost:9000)

Add to medusa-config.js

  ///...other plugins
  {
    resolve: 'medusa-edit-optionvalue-metadata',
    options: {
      enableUI: true,
    },
  },

Start the server

  medusa develop

Screenshots

App Screenshot