1.0.17 • Published 3 months ago

medusa-plugin-category-images v1.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Medusa-Plugin-Category-Images

Adding possibility to add images to the product categories.

Getting started

Installation

yarn add medusa-plugin-category-images

Usage

Configuration

This plugin requires min version of packages:

"@medusajs/medusa": "^1.14.0",
"@medusajs/admin": "^7.0.0"
"medusa-react": "^9.0.4",
"@medusajs/ui": "^1.0.0",
"@medusajs/icons": "^1.0.0",

Add to medusa-config.js

add to your plugins list

///...other plugins
  {
    resolve: 'medusa-plugin-category-images',
    options: {
      enableUI: true,
    },
  },

Update database schema

Run the following command from the root of the project to udpate database with a new table required for storing product category

npx medusa migrations run

How to get images from category

After enabling this plugin, each category will contains images and thumbnail fields.

1.0.17

3 months ago

1.0.16

3 months ago

1.0.15

3 months ago

1.0.14

4 months ago

1.0.13

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.9

5 months ago

1.0.12

5 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.4

6 months ago