Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SettingSample ValueExplanation
custom_logo_namecompany.png

The logo indicated by its file name has to be available from the location:

  • On Premises Installation
    • ./jetty_base/webapps/root/ext/images
  • Installation from Docker container image
    • ./jetty_base/resources/joc/images

The following types of logo files are supported:

    • .apng
    • .gif
    • .jpg, .jpeg, .jfif, .pjpeg, .pjp
    • .png
    • .svg
custom_logo_height120px

The logo height in pixel. Possible units are specified according to: https://www.w3schools.com/cssref/css_units.asp (default px).

There is no limit for height in pixels. However, if no height is specified then by default 140px is used.

custom_logo_positionbottom

Possible values for the position are top and bottom

The default value is bottom.

...