Skip to content

Commit

Permalink
Correctly expose optional argument in represent_value function
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jan 3, 2023
1 parent ee2992f commit df50648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/function_help/json/represent_value
Expand Up @@ -8,7 +8,8 @@
"description": "The value which should be resolved. Most likely a field."
}, {
"arg": "fieldName",
"description": "The field name for which the widget configuration should be loaded. (Optional)"
"description": "The field name for which the widget configuration should be loaded."
"optional": true
}],
"examples": [{
"expression": "represent_value(\"field_with_value_map\")",
Expand Down

0 comments on commit df50648

Please sign in to comment.