summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-12 15:19:38 +0100
committerWuzzy <almikes@aol.com>2016-12-12 15:19:38 +0100
commit705fb681b8a6960adaf9065e3ad4c71ed90055fa (patch)
tree8cf64294b051f185589100da21558a582cb78530 /API.md
parent6747c8ff4afbad3242fb098b1d5f9de8ac9159a9 (diff)
Minor API.md fix
Diffstat (limited to 'API.md')
-rw-r--r--API.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/API.md b/API.md
index 59b1a45..142e695 100644
--- a/API.md
+++ b/API.md
@@ -45,7 +45,7 @@ easy and quick manipulation of the item help entries. All fields are optional.
* `_doc_items_hidden`: Whether entry is hidden (default: `false` for air and hand, `true` for everything else)
* `_doc_items_create_entry`: Whether to create an entry for this item (default: `true`)
* `_doc_items_entry_name`: The title of the entry. By default, this is the same as the `description` field
- of the item, or “Nameless entry” if it is `nil`.
+ of the item. This field is required if the `description` is empty
A full explanation of these fields is provided below.