@alphabite/medusa-collection-images
v0.3.4
Published
Alphabite's Medusa Collection Images Plugin
Readme
medusa-collection-images
Version Compatibility
Choose the plugin version that matches your Medusa version:
- Medusa
2.13.*and above → use the latest version of the plugin. - Medusa below
2.13.*→ use plugin version0.3.3.
Installation
Install the latest version (Medusa 2.13.*+):
npm install medusa-collection-imagesyarn add medusa-collection-imagespnpm add medusa-collection-imagesInstall version 0.3.3 (Medusa < 2.13.*):
npm install [email protected]yarn add [email protected]pnpm add [email protected]Instructions
Check your installed Medusa version in
package.json(look for@medusajs/medusa).Install the matching plugin version using one of the commands above.
Register the plugin in your
medusa-config.ts(ormedusa-config.js):module.exports = defineConfig({ // ... plugins: [ { resolve: "medusa-collection-images", options: {}, }, ], })Run database migrations:
npx medusa db:migrateRestart your Medusa server.
