Link
The link block can have a cover image which links to a URL
About the Link
The Link block is used to display a cover image which links to a URL.
Create a Link Block
To create a Link block, in the Venue Editor, click on "Add Blocks" button in the settings panel on the left, then choose "Link" under the Custom category.
Block Settings
The main setting of the Link block is Covered Image and Link where you can insert the image and the URL.
JSON Config
Attributes
Name | Type | Description | Common to All |
---|---|---|---|
String | The cover image that you would want to set as default for the block. Eg: “https://files-myxp.s3-ap-southeast-1.amazonaws.com/livestream/default_background/Light_BG_1.png” | Yes | |
Boolean | Does not allow popup to occur when this field is true. | Yes | |
Object | Refer here. | Yes | |
Boolean | Only render background image when this field is true. | Yes | |
String | Sets the height of the block, only useful when | Yes | |
Boolean | Determines if the | Yes | |
String | Only needs to be specified when | Yes | |
Boolean | Value of true would result in the block being wrapped with a white background. | Yes | |
Object | Refer here. | Yes | |
Array | [“0”, “0”, “0”, “0”, “px”]Last index can be: “px”, “rem”, “em”, “%”, “”. | Yes | |
String | [“0”, “0”, “0”, “0”, “px”] Last index can be: “px”, “rem”, “em”, “%”, “”. | Yes | |
Boolean | true | No | |
Boolean | Setting this field to true would result in | Yes | |
String | “heading” | Yes | |
Enum | "center" | "left" | Yes | |
Boolean | true | Yes | |
String | “https://www.gevme.com/page/…” | No | |
Boolean | true | No | |
Integer | 1 | Yes | |
Enum | Renders the block width styling based on the value selected. Only when “custom” is selected, | Yes |
Sample
"link-block": {
"type": "Link",
"title": "Lounge",
"data": {
"heading": "Lounge",
"title": "Lounge",
"headingVisibility": false,
"headingAlignment": "center",
"backgroundCoverImage": "https://venues-sdk-dev.gevme.com/assets/venue-genesis/serendipity-lounge.png",
"backgroundCoverImageVisibility": true,
"enableLink": true,
"link": "lounge",
"openInNewWindow": false,
"order": 3,
"alignment": "left",
"blockWidth": "50%",
"blockHeight": "297px",
"widthType": "half",
"fitHeightToContent": false,
"boundingBox": true,
"contentPadding": ["0", "0", "0", "0", "px"],
"contentMargin": ["48", "0", "0", "0", "px"]
}
}