1.0.3 • Published 10 months ago

@mashroom-content/mashroom-content-provider-strapi v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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).

1.0.3

10 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.0-alpha.5

2 years ago

1.0.0-alpha.4

2 years ago

1.0.0-alpha.3

2 years ago

1.0.0-alpha.2

2 years ago

1.0.0-alpha.1

2 years ago

1.0.0-alpha.0

2 years ago