lego/models/redirect.ini
Jérôme Charaoui 6778dfc45f
support external URLs in redirect template
for tpo/tpa/team#41687
2024-07-30 12:24:13 -04:00

18 lines
344 B
INI

[model]
name = Redirect
[fields.target]
label = Redirect Target
type = string
description = Target is of type 'string' to allow relative paths. Converted to url in the template.
[fields.external]
label = External URL
type = boolean
description = Target is an external (absolute) URL.
default = false
[fields.key]
label = Key
type = sort_key