Medusa plugins
E

Editorjs

EditorJS for MedusaJS v2

Need customizations for this plugin?

Get in touch
npm install medusa-plugin-editorjs
Category
other
Built by
pawe-romanowski
Type
unknown
Last updated
7 months ago
Monthly downloads
47

Compatibility

This starter is compatible with versions >= 2.4.0 of .

Getting Started

Install

Run the following command to install the plugin with npm:

Or with yarn::

Add in medusa-config.ts

import { loadEnv, defineConfig } from '@medusajs/framework/utils'
loadEnv(process.env.NODE_ENV || 'development', process.cwd())
module.exports = defineConfig({
projectConfig: {...},
plugins: [
{
resolve: "medusa-plugin-editorjs",
options: {},
},
],
})

Run

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.

Other channels