Skip to main content
{% option value="option_one" label="Option One" /%}

Examples

With Format

{% option value="revenue" label="Revenue" fmt="$#,##0.00" /%}

Attributes

value
String
required
Value of the option
label
String
Label text displayed in the option
fmt
String
Format string to associate with this option (e.g., “usd” or “pct1”)

Allowed Parents