Mercurial > hg > orthanc-book
changeset 1045:bb92aeb7dbde
fix
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 25 Mar 2024 18:33:57 +0100 |
parents | 3921cafbbf41 |
children | 63edb430f259 e5e6841e13b1 |
files | Sphinx/source/plugins/orthanc-explorer-2.rst |
diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins/orthanc-explorer-2.rst Mon Mar 25 18:32:01 2024 +0100 +++ b/Sphinx/source/plugins/orthanc-explorer-2.rst Mon Mar 25 18:33:57 2024 +0100 @@ -190,11 +190,12 @@ { "OrthancExplorer2": { - "UiOptions": { - "Theme": "light", // or "dark" - "CustomCssPath": "/home/my/path/to/custom.css" // optional customized CSS - "CustomLogoUrl": "https://my.company/logo.png", // optional custom logo from url - "CustomLogoPath": "/home/my/path/to/logo.png" // optional custom logo from file + "Theme": "light", // or "dark" + "CustomCssPath": "/home/my/path/to/custom.css" // optional customized CSS + "CustomLogoUrl": "https://my.company/logo.png", // optional custom logo from url + "CustomLogoPath": "/home/my/path/to/logo.png", // optional custom logo from file + "UiOptions" : { + // ... } } }