ContentBanner
This object defines the configuration for displaying a content banner.
{ "bgColor" : "cccccc", "repeat" : "cover", "position" : "center center", "textColor" : "ffffff", "imageURI" : "imageURI" }
Availability:
Will only be available when content redesign feature toggle is activated.
Since: 3.14
Fields
Field | Type | Mode † | Description |
---|---|---|---|
bgColor | String | optional | The banner color expressed as an HTML color code, e.g. transparent, ffffff = white, 000000 = black. |
id | String | read-only | Identifier (unique within an object type and Jive instance) of this object. |
imageURI | String | optional | The URI of the banner image. |
position | String | optional | The banner image position value expressed as a "background-position" CSS value. Possible values are:
|
repeat | String | optional | The banner image repeat value. Possible values are:
|
textColor | String | optional | The banner text color expressed as an HTML color code, e.g. transparent, ffffff = white, 000000 = black. |