featuredContent

Type
Array
Common to All
No
Block
Featured Content (Developer)Featured Content (Developer)
Description

Refer here.

Attributes

Name
Type
Description
featuredContent
Array

coverDisplayImage
String

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

coverDisplayType
String

β€œimage”

coverDisplayVideo
String

β€œβ€

description
String

β€œdescription”

link
String

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

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