externallinktemplatesweb
This configuration is optional when using the plugin External_Links.
-
Documentation
-
YAML Format
-
XML Format
| Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets. |
This optional configuration allows administrators to configure templates. These templates can use environment variables in the URL definition. This can be useful in scenarios where a server may be different in production versus testing. When this configuration is defined the management center UI for creating new external links will offer these templates as a list when defining a new server for an external link.
The externally accessible base URL of the Cadenza application; e.g., 'https://disy.net/cadenza', e.g., for notification emails. In cluster operation, the URL of the load balancer must be entered as the base URL and work with 'sticky sessions'. If Cadenza is not accessed directly but only through a specialized application into which Cadenza is integrated, the URL of the specialized application must be entered as the base URL.
URL of the base link, i.e., the part of a URL that is prefixed to the link extensions when the link is called. It usually contains at least the protocol 'http://' or 'https://' and the domain name, but it can also include other parts of the URL. Examples: https://de.wikipedia.org/wiki/, https://fachanwendung.de
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
cadenzaconfig:
settings:
externallinktemplatesweb:
template:
- id: "text"
name: "text"
url: "text"
- id: "text"
name: "text"
url: "text"
Filename: externallinktemplatesweb-config.xml
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<templates>
<template>
<id>text</id>
<name>text</name>
<url>text</url>
</template>
<template>
<id>text</id>
<name>text</name>
<url>text</url>
</template>
</templates>