Single line input for relative, absolute and fully qualified URLs. URL inputs show a preview of the target. Previews for URLs without a protocol are requested prefixed with http://
URL inputs are shown for inputs configured with the type url
, or for keys matching:
url
*_url
link
*_link
external_url: 'https://bitbucket.org/'
internal_url: /editing/visual-editor/
link: github.com
another_website: 'https://github.com/'
_inputs:
another_website:
type: url
external_url = "https://bitbucket.org/"
internal_url = "/editing/visual-editor/"
link = "github.com"
another_website = "https://github.com/"
[_inputs.another_website]
type = "url"
{
"external_url": "https://bitbucket.org/",
"internal_url": "/editing/visual-editor/",
"link": "github.com"
}
{
"another_website": "https://github.com/",
"_inputs": {
"another_website": {
"type": "url"
}
}
}