medusa-product-feature-display

2.1.3 • Public • Published

Medusa logo

Medusa Feature Displays

A plugin for creating Rich Feature Sections in your Storefront.

https://github.com/v0eak/medusa-product-feature-display/assets/51446230/cb366ae3-f999-41c0-85dc-de5d20abb206

Compatibility

This plugin is compatible with versions >1.17.4 of @medusajs/medusa

Requirements

This plugin requires you have installed a File Service Plugin. I recommend installing @medusajs/file-local

Getting Started

Installation

  yarn add medusa-product-feature-display
  OR
  npm install medusa-product-feature-display

Add to medusa-config.js

  ///...other plugins
  {
    resolve: 'medusa-product-feature-display',
    options: {
      enableUI: true,
    },
  },

Run Database Migrations

  npx medusa migrations run

Start the server

  medusa develop

Roadmap

It is possible that I will implement functionality for reordering images in the future.

Examples

The File demonstrated in the video, is available under /examples directory.

Screenshots

App Screenshot

Package Sidebar

Install

npm i medusa-product-feature-display

Weekly Downloads

41

Version

2.1.3

License

MIT

Unpacked Size

927 kB

Total Files

31

Last publish

Collaborators

  • v0eak