/AWS1/CL_WSWBRANDINGCONFUPDINP¶
The input configuration for updating branding settings. All fields are optional when updating existing branding.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_logo TYPE REF TO /AWS1/CL_WSWICONIMAGEINPUT /AWS1/CL_WSWICONIMAGEINPUT¶
The logo image for the portal. Provide either a binary image file or an S3 URI pointing to the image file. Maximum 100 KB in JPEG, PNG, or ICO format.
io_wallpaper TYPE REF TO /AWS1/CL_WSWWALLPAPERIMAGEINP /AWS1/CL_WSWWALLPAPERIMAGEINP¶
The wallpaper image for the portal. Provide either a binary image file or an S3 URI pointing to the image file. Maximum 5 MB in JPEG or PNG format.
io_favicon TYPE REF TO /AWS1/CL_WSWICONIMAGEINPUT /AWS1/CL_WSWICONIMAGEINPUT¶
The favicon image for the portal. Provide either a binary image file or an S3 URI pointing to the image file. Maximum 100 KB in JPEG, PNG, or ICO format.
it_localizedstrings TYPE /AWS1/CL_WSWLOCALIZEDBRANDIN00=>TT_LOCALIZEDBRANDINGSTRINGMAP TT_LOCALIZEDBRANDINGSTRINGMAP¶
A map of localized text strings for different supported languages. Each locale must provide the required fields
browserTabTitleandwelcomeText.
iv_colortheme TYPE /AWS1/WSWCOLORTHEME /AWS1/WSWCOLORTHEME¶
The color theme for components on the web portal. Choose
Lightif you upload a dark wallpaper, orDarkfor a light wallpaper.
iv_termsofservice TYPE /AWS1/WSWMARKDOWN /AWS1/WSWMARKDOWN¶
The terms of service text in Markdown format. To remove existing terms of service, provide an empty string.
Queryable Attributes¶
logo¶
The logo image for the portal. Provide either a binary image file or an S3 URI pointing to the image file. Maximum 100 KB in JPEG, PNG, or ICO format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGO() |
Getter for LOGO |
wallpaper¶
The wallpaper image for the portal. Provide either a binary image file or an S3 URI pointing to the image file. Maximum 5 MB in JPEG or PNG format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WALLPAPER() |
Getter for WALLPAPER |
favicon¶
The favicon image for the portal. Provide either a binary image file or an S3 URI pointing to the image file. Maximum 100 KB in JPEG, PNG, or ICO format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAVICON() |
Getter for FAVICON |
localizedStrings¶
A map of localized text strings for different supported languages. Each locale must provide the required fields
browserTabTitleandwelcomeText.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALIZEDSTRINGS() |
Getter for LOCALIZEDSTRINGS, with configurable default |
ASK_LOCALIZEDSTRINGS() |
Getter for LOCALIZEDSTRINGS w/ exceptions if field has no va |
HAS_LOCALIZEDSTRINGS() |
Determine if LOCALIZEDSTRINGS has a value |
colorTheme¶
The color theme for components on the web portal. Choose
Lightif you upload a dark wallpaper, orDarkfor a light wallpaper.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLORTHEME() |
Getter for COLORTHEME, with configurable default |
ASK_COLORTHEME() |
Getter for COLORTHEME w/ exceptions if field has no value |
HAS_COLORTHEME() |
Determine if COLORTHEME has a value |
termsOfService¶
The terms of service text in Markdown format. To remove existing terms of service, provide an empty string.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TERMSOFSERVICE() |
Getter for TERMSOFSERVICE, with configurable default |
ASK_TERMSOFSERVICE() |
Getter for TERMSOFSERVICE w/ exceptions if field has no valu |
HAS_TERMSOFSERVICE() |
Determine if TERMSOFSERVICE has a value |