timeline-content.json
491 Bytes
{
"collectionName": "components_layout_timeline_contents",
"info": {
"displayName": "timelineContent"
},
"options": {},
"attributes": {
"year": {
"type": "string"
},
"timelineHeading": {
"type": "text"
},
"timelineDescription": {
"type": "blocks"
},
"timelineImage": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
}
}
}