config: autocompleteSortKey -> autocompleteSort

This commit is contained in:
rolux 2013-07-22 13:16:18 +00:00
commit b488e20be3
4 changed files with 8 additions and 8 deletions

View file

@ -111,7 +111,7 @@
type: text, string, float, integer, or array of any of these
and can have any of the following properties:
autocomplete: If true, find element will autocomplete
autocompleteSortKey: The key that suggestions will be sorted by
autocompleteSort: Sort order of autocomplete suggestions
capability: A capability required to see this key
columnRequired: If true, the column can't be removed
columnWidth: Default column width in px
@ -139,7 +139,7 @@
"title": "Title",
"type": "string",
"autocomplete": true,
"autocompleteSortKey": "timesaccessed",
"autocompleteSort": [{"key": "timesaccessed", "operator": "-"}],
"columnRequired": true,
"columnWidth": 180,
"find": true,