0.0.4 • Published 3 months ago

@kvytech/medusa-plugin-newsletter v0.0.4

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

Medusa Plugin Management

Plugins Management for newsletter in Medusa Ecommerce

Install

yarn add @kvytech/medusa-plugin-newsletter

or

npm install @kvytech/medusa-plugin-newsletter

Configuration

Enable in your medusa-config.js file similar to other plugins:

const plugins = [
    // ... other plugins
  {
    resolve: `@kvytech/medusa-plugin-newsletter`,
    options: {
      enableUI: true,
    },
  },
]

URL Docs

URL: ${baseURL}/medusa-plugin-newsletter/docs

Entity Type