1.12 Individual page types
In the URL schema of the Goobi viewer's links, there are fixed names for different page types. For example, the image display is always under /image/
and the search under /search/
. To assign your own names and to overwrite the default values there is the following configuration block:
For each page type, you can also specify the internal page to which the user should be redirected when leaving the page. It is implemented for the full screen view.
To configure the leaving of a page, the attribute exit
must be added to the configuration element pageType
. The following values are possible:
Value | Description |
| Redirects to the view with the specified Pretty mapping ID. These are defined in the file |
| Forwards to the last loaded view before the current view. A view is a page like |
| Any viewer URL can be specified directly, but without the context path. For example, the URL of the start page is |
Last updated