Files
medusa-store/packages/medusa-plugin-contentful/README.md
Shahed Nasser b4f0771202 small fixes
2022-05-20 11:44:20 +03:00

16 lines
349 B
Markdown

# medusa-payment-contentful
Integrate Contentful with Medusa for rich CMS functionalities.
Learn more about how you can use this plugin in the [documentaion](https://docs.medusajs.com/add-plugins/contentful).
## Options
```js
{
space_id: "CONTENTFUL_SPACE_ID",
access_token: "CONTENTFUL_ACCESS_TOKEN",
environment: "CONTENTFUL_ENV",
}
```