From a2cbdbf525088e396efc11db0057b81cc4381214 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 15 Aug 2016 18:47:58 +0200 Subject: Very simple hidden entries --- API.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index 62abfb3..f05a0b5 100644 --- a/API.md +++ b/API.md @@ -110,6 +110,8 @@ the category definition. * `entry_id`: Unique identifier of the new entry, as a string * `def`: Definition table, it has the following fields: * `name`: Entry name to be shown in the interface + * `hidden`: (optional) If `true`, entry will not be displayed in entry list + initially (default: `false`) * `data`: Arbitrary data attached to the entry. Any data type is allowed; The data in this field will be used to create the actual formspec with `build_formspec` from the category definition -- cgit v1.2.3