public class Logo extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
image
Defines the path to the image file used to show in the common work mode
(i.e.
|
private String |
imageDark
Defines the path to the image file used for the dark theme.
|
private String |
imageEmbedded
Deprecated.
|
private String |
imageLight
Path to the image file used for the light header (for example, in the Gray theme).
|
private String |
url
Defines the absolute URL which will be used when someone clicks the logo image
(can be used to go to your web site, etc.).
|
| Constructor and Description |
|---|
Logo() |
private String image
Config section to find out how to define the
"embedded" document type).
The image must have the following size: 172 x 40.private String imageDark
private String imageLight
@Deprecated private String imageEmbedded
Config section to find out how to define the embedded
document type). The image must have the following size: 248 x 40.
Deprecated since version 7.0, please use the "image" field instead.private String url
Copyright © 2023–2024. All rights reserved.