Skip to content

Commit 827f417

Browse files
committed
Update val2icon option type to string and enhance description for emoticon transformation
1 parent 156f5b9 commit 827f417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/usage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,8 @@
432432
},
433433
{
434434
"Option": "val2icon",
435-
"Type": "Boolean",
436-
"Description": "If true will transform undefined, null and boolean values to emoticons"
435+
"Type": "String",
436+
"Description": "If defined will transform undefined, null and boolean values to emoticons (values can be 'default' or 'simple')"
437437
},
438438
{
439439
"Option": "xjs",

0 commit comments

Comments
 (0)