resources

Type
Array

Attributes

NameTypeDescription
resources
Array
can contain multiple cta objects
ctaIcon
String
ctaText
String
“ctaText”
label
String
“PDF File”
labelVisibility
Boolean
true
link
String
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"
	}
]