From 05bbb38368ed6da0cf88b9fdaaa475dc0b14048c Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 30 Apr 2018 12:27:15 -0400 Subject: [PATCH] Clarify dashboard_sort_column instructions in the readme a bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fd5554f..3f69c96 100644 --- a/readme.md +++ b/readme.md @@ -178,7 +178,7 @@ These are variables that only function when the `$dashboard_type` variable is se * `$dashboard_help_text`: An html string that will add a help box to the top of the edit-item page * `$dashboard_display`: An array to configure what column data to show on each item in the edit-list * `$dashboard_reorder`: A boolean determining whether to render drag handles to reorder the items in the list -* `$dashboard_sort_column`: A string containing the column used to sort the list (this should be an `integer` when `$dashboard_reorder` is true) +* `$dashboard_sort_column`: A string containing the column used to sort the list (this column should be an `integer` when `$dashboard_reorder` is true) * `$dashboard_sort_direction`: When `$dashboard_reorder` is false this determines the sort direction (this can be `desc` for descending or `asc` ascending) * `$dashboard_button`: An array containing the following items in this order: * The title