From ebda8931ab57b0467d1b155c5f470454d8d2dd6d Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 12 Aug 2016 20:09:46 +0200 Subject: Add simple sort settings --- API.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index d906e95..4dea73a 100644 --- a/API.md +++ b/API.md @@ -53,6 +53,11 @@ data. will be shown as tooltip. Recommended style (in English): First letter capitalized, no puncation at end of sentence, max. 100 characters + * `sorting`: (optional) Sorting method of entries + * `"abc"`: Alphabetical (default) + * `"nosort": Entries appear in no particular order + * A table: Entries appear in exactly the same order as specified in the + table of entry IDs * `build_formspec`: The template function. Takes entry data as its only parameter (has the data type of the entry data) and must return a formspec which is inserted in the Entry tab. -- cgit v1.2.3