medusa-edit-optionvalue-metadata
v1.0.9
Published
A way to edit the Metadata of each ProductOptionValue.
Maintainers
Readme
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-metadataSet 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