HeaderSettings
{ "bgPresetImageUrl" : "/resources/statics/1234/header_img.jpg", "bgColor" : "cccccc", "bgRepeat" : "cover", "bgPosition" : "center center", "bgType" : "preset", "textColor" : "ffffff" }
Since: 3.9
Fields
Field | Type | Mode † | Description |
---|---|---|---|
bgColor | String | optional | The header color expressed as an HTML color code, e.g. transparent, ffffff = white, 000000 = black. |
bgCustomImageName | String | optional | The display name of the custom header background image |
bgCustomImageUrl | String | optional | The URL of the header background image for an image other than the pre-installed background images. |
bgPosition | String | optional | The background image position value expressed as a "background-position" CSS value. Possible values are:
|
bgPresetImageUrl | String | optional | The URL of the header background image when a pre-installed header background image is selected. |
bgRepeat | String | optional | The background image repeat value. Possible values are:
|
bgType | String | optional | Indicates whether the background image is a pre-installed image ("preset") or an image specified or uploaded by a user ("custom") |
textColor | String | optional | The header text color expressed as an HTML color code, e.g. transparent, ffffff = white, 000000 = black. |