You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The URL Field allows you to display clickable text, like a button, which redirects you to the configured URL. 

UrlField

ParameterTypeDefaultRequiredDescription
suffix_linkUnion[str, None]-FalseSuffix link for the field.
prefix_linkUnion[str, None]-FalsePrefix link for the field.

_UrlFieldUI

ParameterTypeDefaultRequiredDescription
typeDynamicFieldTypeURLTrueType of the dynamic field.
linkUnion[str, None]-FalseURL link for the field.
targetUrlTargetUrlTarget.BLANKFalseTarget for the URL link.
use_ellipsesboolTrueFalseFlag to indicate whether to use ellipses.

Example Configuration

UrlField(field='data.title', link='data.url')
  • No labels