Skip to content

Commit b527be0

Browse files
committedSep 26, 2017
Fix function help for represent_value
1 parent e604460 commit b527be0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎resources/function_help/json/represent_value

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Returns the configured representation value for a field value. It depends on the configured widget type. Often, this is useful for 'Value Map' widgets.",
55
"arguments": [
66
{"arg":"fieldName", "description": "The field name for which the widget configuration should be loaded."},
7-
{"arg":"value", "description": "The value which should be resolved. Most likely a field." },
7+
{"arg":"value", "description": "The value which should be resolved. Most likely a field." }
88
],
99
"examples": [
10-
{ "expression":"represent_value('field_with_value_map', \"field_with_value_map\")", "returns":"Description for value"},
10+
{ "expression":"represent_value('field_with_value_map', \"field_with_value_map\")", "returns":"Description for value"}
1111
]
1212
}

0 commit comments

Comments
 (0)
Please sign in to comment.