Skip to content

Commit 31034cf

Browse files
adiaforaduellsy
authored andcommitted
Update readme.md
1 parent e09256c commit 31034cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,14 @@ Booleans by default will display as a 0 or a 1, which is pretty bland and won't
253253
boolean:No|Yes
254254
```
255255

256+
### Options
257+
Analogous to "boolean", only any text or numeric values can act as a source value (often flags are stored in the database). The format allows you to specify different outputs depending on the value.
258+
Look at this as an associative array in which the key is separated from the value by a dot. Array elements are separated by a vertical line.
259+
260+
```
261+
options: search.On the search|network.In networks
262+
```
263+
256264
### DateTime
257265
DateTime by default will display as Y-m-d H:i:s. Prefix the value with `datetime:` and then add your datetime format, e.g.,
258266

0 commit comments

Comments
 (0)