-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
How can a collection of different content types can be unwrap?
our json preview looks like this
"name": "Activities",
"type": "Array",
"localized": false,
"required": true,
"validations": [],
"disabled": false,
"omitted": false,
"items": {
"type": "Link",
"validations": [
{
"linkContentType": [
"practiceMode",
"videoLesson",
"feedbackMode"
]
}
],
"linkType": "Entry"
}
}
but inside our model what is the best approach to unwrap it?
@ContentfulField var activities: <....>? = null
Metadata
Metadata
Assignees
Labels
No labels