Type
Array
Attributes
Name | Type | Description |
---|---|---|
featuredContent | Array | |
coverDisplayImage | String | |
coverDisplayType | String | “image” |
coverDisplayVideo | String | “” |
description | String | “description” |
link | String | |
title | String | “title” |
visibility | Boolean | true |
order | Integer | 1 |
openInNewWindow | Boolean | true |
Example
"featuredcontent": [
{
"coverDisplayImage": null,
"coverDisplayType": "image",
"coverDisplayVideo": null,
"description": "<p>Add some description about your featured content here.</p>",
"link": null,
"openInNewWindow": true,
"order": 1,
"title": "Featured content 1",
"visibility": true
},
{
"coverDisplayImage": null,
"coverDisplayType": "image",
"coverDisplayVideo": null,
"description": "<p>Add some description about your featured content here.</p>",
"link": null,
"openInNewWindow": true,
"order": 2,
"title": "Featured content 2",
"visibility": true
},
{
"coverDisplayImage": null,
"coverDisplayType": "image",
"coverDisplayVideo": null,
"description": "<p>Add some description about your featured content here.</p>",
"link": null,
"openInNewWindow": true,
"order": 3,
"title": "Featured content 3",
"visibility": true
}
]