UpdateLandingPageDynamicContentRequest¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
backgroundColor |
string | No | background-color property of the HTML section | |
borderColor |
string | No | border-color property of the HTML section | |
borderStyle |
string | No | border-style property of the HTML section | |
borderWidth |
string | No | border-width property of the HTML section | |
height |
string | No | height property of the HTML section | |
hideDesktop |
boolean | No | Hide the section when displayed on a desktop browser. Default false | |
hideMobile |
boolean | No | Hide the section when displayed on a mobile browser. Default false | |
imageOpenNewWindow |
string | No | ||
left |
string | No | left property of the HTML section | |
linkUrl |
string | No | URL parameter of a link type section | |
opacity |
string | No | opacity property of the HTML section | |
segment |
string | No | Name of the segment to display content section for | |
top |
string | No | top property of the HTML section | |
type |
string | No | Type of content section | |
value |
string | No | Type of content section | |
width |
string | No | width property of the HTML section | |
zIndex |
string | No | z-index property of the HTML section |
Generated example¶
{
"backgroundColor": "string",
"borderColor": "string",
"borderStyle": "string",
"borderWidth": "string",
"height": "string",
"hideDesktop": true,
"hideMobile": true,
"imageOpenNewWindow": "string",
"left": "string",
"linkUrl": "https://example.com",
"opacity": "string",
"segment": "string",
"top": "string",
"type": "string",
"value": "string",
"width": "string",
"zIndex": "string"
}
Source¶
Generated from swagger-asset.json.