Category Images
Attach and manage images for product categories.
Medusa Plugin Starter
Documentation | Website
Building blocks for digital commerce
Compatibility
This starter is compatible with versions >= 2.4.0 of Copy to clipboard@medusajs/medusa.
Plugin Version
- For Medusa Copy to clipboard
2.13.*and above, use the latest version of this plugin. - For Medusa versions lower than Copy to clipboard
2.13.*, use plugin version Copy to clipboard0.3.11.
⚠️ Version Compatibility
Please install the plugin version that matches your Medusa version:
Medusa Version Plugin Version Install Command Copy to clipboard2.14.* and above Copy to clipboardlatest Copy to clipboardnpm install @alphabite/medusa-category-images Copy to clipboard2.13.* Copy to clipboard0.3.12 Copy to clipboardnpm install @alphabite/medusa-category-images@0.3.12 Below Copy to clipboard2.13.0 Copy to clipboard0.3.11 Copy to clipboardnpm install @alphabite/medusa-category-images@0.3.11
Installation
Install the plugin that matches your Medusa version.
For Medusa Copy to clipboard2.14.* and above (latest)
1yarn add @alphabite/medusa-category-images
1npm install @alphabite/medusa-category-images
1pnpm add @alphabite/medusa-category-images
For Medusa Copy to clipboard2.13.*
1yarn add @alphabite/medusa-category-images@0.3.12
1npm install @alphabite/medusa-category-images@0.3.12
1pnpm add @alphabite/medusa-category-images@0.3.12
For Medusa versions lower than Copy to clipboard2.13.*
1yarn add @alphabite/medusa-category-images@0.3.11
1npm install @alphabite/medusa-category-images@0.3.11
1pnpm add @alphabite/medusa-category-images@0.3.11
Register the plugin
Add the plugin to the Copy to clipboardplugins array in your Copy to clipboardmedusa-config.ts:
123456789module.exports = defineConfig({// ...plugins: [{resolve: "@alphabite/medusa-category-images",options: {},},],});
Then run the database migrations:
1npx medusa db:migrate
Getting Started
Visit the Quickstart Guide to set up a server.
Visit the Plugins documentation to learn more about plugins and how to create them.
Visit the Docs to learn more about our system requirements.
What is Medusa
Medusa is a set of commerce modules and tools that allow you to build rich, reliable, and performant commerce applications without reinventing core commerce logic. The modules can be customized and used to build advanced ecommerce stores, marketplaces, or any product that needs foundational commerce primitives. All modules are open-source and freely available on npm.
Learn more about Medusa’s architecture and commerce modules in the Docs.
Community & Contributions
The community and core team are available in GitHub Discussions, where you can ask for support, discuss roadmap, and share ideas.
Join our Discord server to meet other community members.

