Built by

v0eak

Category

Other

Version

2.1.0

Last updated

Nov 17, 2023, 23:14:39 PM13 days ago
</p>

Medusa Feature Displays

A plugin for creating Rich Feature Sections in your Storefront.

Compatibility

This plugin is compatible with versions >1.17.4 of
Copy to clipboard
@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
Copy to clipboard
/examples
directory.

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.