# HG changeset patch # User Alain Mazy # Date 1711388037 -3600 # Node ID bb92aeb7dbde0fc486f036bfe6cb458d0238c4d4 # Parent 3921cafbbf41abf72ae6bdbbf164ec2ae526f8be fix diff -r 3921cafbbf41 -r bb92aeb7dbde Sphinx/source/plugins/orthanc-explorer-2.rst --- 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" : { + // ... } } }