@@ -294,8 +294,7 @@ As a rule of thumb, each key with a boolean value (e.g. *true* or *false*) defau
"toggle":true
}
],
"rtl":false,
"standalone":true
"rtl":false
}</script>
```
...
...
@@ -467,12 +466,6 @@ As a rule of thumb, each key with a boolean value (e.g. *true* or *false*) defau
Defaults to `false`
-**standalone**
denotes if the Viewer will be used as a single page application or if it will be embedded into an existing page. If you want to use it in the latter case, please toggle the value to `false`. That way the language toggle in the footer section will not show up.