v0.11.0
0.11.0 (2024-10-11)
Features
- Adds support for rendering fields a links. (#212) (889d966)
Using"type": "link"will render a field value as a link in Result and ResultListing components.
{
"label": "Documentation",
"property": "entries[0].content.documentation",
"type": "link"
},
{
"label": "More Details",
"value": "https://www.globus.org",
"type": "link"
}
Supports absolute and relative links.