resources

Type
Array
Common to All
No
Block
PDF (Developer)PDF (Developer)Resources (Developer)Resources (Developer)
Description

Refer here.

Attributes

Name
Type
Description
resources
Array

can contain multiple cta objects

ctaIcon
String

https://files-myxp.gevme.com/misc…”

ctaText
String

“ctaText”

label
String

“PDF File”

labelVisibility
Boolean

true

link
String

https://files-myxp.gevme.com/…”

type
Enum

“pdf” | “link” | “image”

Example

"resources": [
	{
	    "link": "https://venues-sdk.gevme.com/assets/sample.pdf",
	    "openInNewWindow": true,
	    "type": "pdf",
	    "label": "Resource file name 1",
	    "labelVisibility": true,
	    "ctaIcon": "https://venues-sdk.gevme.com/assets/resources-pdf-icon.svg",
	    "ctaText": "Download"
	},
	{
	    "link": "https://venues-sdk.gevme.com/assets/sample.pdf",
	    "openInNewWindow": true,
	    "type": "pdf",
	    "label": "Resource file name 2",
	    "labelVisibility": true,
	    "ctaIcon": "https://venues-sdk.gevme.com/assets/resources-pdf-icon.svg",
	    "ctaText": "Download"
	},
	{
	    "link": "https://venues-sdk.gevme.com/assets/sample.pdf",
	    "openInNewWindow": true,
	    "type": "pdf",
	    "label": "Resource file name 3",
	    "labelVisibility": true,
	    "ctaIcon": "https://venues-sdk.gevme.com/assets/resources-pdf-icon.svg",
	    "ctaText": "Download"
	}
]