Strapi integration
Strapi is a headless CMS you can query directly from Plasmic. Use this integration when your content is stored in Strapi collections and you want to bind it to Plasmic pages or components.
Getting started
- In Page Data or Component Data, add a new data query and set a query name.
- Set Custom function to
Query Strapi. - Fill the parameters from the table below.
- Execute and save the query.
Parameters
| Field | Description | Required? |
|---|---|---|
| Host | Host URL of your Strapi instance. | Required |
| Token | API token, if your Strapi API requires auth. | Optional |
| Collection | Strapi collection/content type to query. | Required |
| Filter logic | Conditions to filter the results. | Optional |
Is this page helpful?
NoYes