Medusa Edit Optionvalue Metadata
A plugin for editing the Metadata of a ProductOptionValue.
Compatibility
This plugin is compatible with versions >1.16.0 of Copy to clipboard
@medusajs/medusa
Getting Started
Installation
123yarn add medusa-edit-optionvalue-metadataORnpm install medusa-edit-optionvalue-metadata
Set environment variable
1MEDUSA_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
1234567///...other plugins{resolve: 'medusa-edit-optionvalue-metadata',options: {enableUI: true,},},
Start the server
1medusa develop