Built by

v0eak

Category

Other

Version

1.0.9

Last updated

Nov 13, 2023, 23:25:47 PM8 months ago

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
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

Build your own plugins

Develop your own plugins with our API to speed up your processes.

Make your plugin available via npm for it to be shared in our Plugin Library with the broader Medusa community.