<= [[plugin:struct|Struct Plugin]] <= [[plugin:struct:type|Types]] ====== Struct Plugin: Type Url ====== The ''Url'' type expects an external URL as value. It will be linked in the output. The final URL (including the configured pre- and postfixes) has to validate against the configured [[:urlschemes|URL Schemes]]. ===== Configuration ===== The following configuration is available in addition to the basic type [[type#configuration]]: ^ Config ^ Format ^ Description ^ | autoscheme | string | If the URL does not contain a scheme (like ''%%http://%%'') this scheme will be prepended | | prefix | string | This text will be prepended to the saved value | | postfix | string | This text will be appended to the saved value | | fixedtitle | string | Use this fixed string as the label of the link | | autoshorten | string | When no fixed title is given, shorten the URL to the domain name part for the label |