featuredContent

Type
Array
Common to All
No
Description

Refer here.

Attributes

Name
Type
Description
Array

String

β€œhttps://files-myxp.gevme.com/….”

String

β€œimage”

String

β€œβ€

String

β€œdescription”

String

β€œhttps://www.gevme.com/page/…”

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
  }
]