Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mashroom-content/mashroom-content-provider-strapi

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mashroom-content/mashroom-content-provider-strapi

Mashroom Content Internal Storage Provider

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Mashroom Content Strapi Provider

Plugin for Mashroom Server, a Microfrontend Integration Platform. Part of the Mashroom Content extension.

This plugin adds a content provider which uses the Strapi Headless CMS as backend.

Only tested with Strapi 4.x. Supports internationalization but no versioning and also not the draft mechanism.

Usage

If node_modules/@mashroom is configured as plugin path just add @mashroom-content/mashroom-content-provider-strapi as dependency.

You can override the default config in your Mashroom config file like this:

{
    "plugins": {
        "Mashroom Content Strapi Provider": {
            "strapiUrl": "http://localhost:1337",
            "apiToken": "xxxxxxx"
        }
    }
}
  • strapiUrl: Strapi server base URL
  • apiToken: Strapi API token

Preparing the Strapi instance

Your Strapi instance needs at least an activated Internationalization Plugin with the same languages as configured in Mashroom

Also, if you want to use the Mashroom Content Markdown Renderer App you need to create a content type markdown with two properties: title (string), content (rich text).

FAQs

Package last updated on 28 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc