diff Sphinx/source/plugins/orthanc-explorer-2.rst @ 1045:bb92aeb7dbde

fix
author Alain Mazy <am@osimis.io>
date Mon, 25 Mar 2024 18:33:57 +0100
parents 3921cafbbf41
children eb6be558334b
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" : {
+          // ...
         }
       }
     }