DX Engine for Strapi

| Component | Requires Connector | Allows for Personalization |
|---|---|---|
| Static Record List | Yes | Yes |
| Dynamic Record List | Yes | Yes |
Connector Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Strapi Endpoint | endpoint | |
| Token | token |
Static Record List
Component Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Connection Code | connectionCode | The Connection Code of a configured Strapi Connector. |
| Content Model | recordTypeWithCollectionName | |
| Display Fieldname | displayFieldname | The field from the Strapi record to display when selecting from a list of records. |
| Fields to search | searchFields | |
| Records | recordIds |
Component Experience Rule Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Records | recordIds | An array of record identifiers to fetch. |
Dynamic Record List
Component Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Connection Code | connectionCode | The Connection Code of a configured Strapi Connector. |
| Content Model | recordTypeWithCollectionName | |
| Tag Fieldname | tagField | The field from the Strapi record to filter by. |
Component Experience Rule Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Tag Values | tagValues | This list of values is used to filter the fetched Strapi Records. Only records that have a Tag Field containing this value will be fetched. |