Skip to content

Display Filters

An array of filters that can be used to modify the displayed value in cases that support it.

Filters are applied in the order they are defined.

Filters

datetime
Treats the original value as a UTC timestamp and displays localized datetime.
preformatted
Treat the value as preformatted text (console output, code, etc...).
quote
Wraps original value in double quotes. Useful for CSV exports and such.
translate
This filter treats the original value as a translation key and return the translated value. It is not the responsibility of this filter to ensure, that the translation is available.