From 291d3ef446be3cba4181e9f1c030626b35a17b95 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Tue, 18 Apr 2023 15:13:44 +0400 Subject: [PATCH] fix README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b051f3d..989edbc 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ Intent table format (all fields are optional): Format of table elements returned by `aio:available_widgets()`: * `name` - internal name of the widget; +* `label` - title of the widget; * `type` - widget type: `builtin`, `script` or `plugin`; * `description` - widget description (usually empty for non-script widgets); * `clonable` - true if the widget can have clones (examples: "My apps", "Contacts", "Mailbox" widgets);