featuredContent

Type
Array
Common to All
No
Description
Refer here.

Attributes

NameTypeDescription
Array
String
String
“image”
String
“”
String
“description”
String
String
“title”
Boolean
true
Integer
1
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
  }
]