From 698609945e48a869594e2a1ac9189985f5fbf521 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 3 Aug 2016 00:55:35 +0200 Subject: entry_builders instead of entry_templates --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'API.md') diff --git a/API.md b/API.md index f5a0a44..5efcc2d 100644 --- a/API.md +++ b/API.md @@ -57,11 +57,11 @@ data. For `build_formspec` you can either define your own function or use one of the following predefined functions: -* `doc.entry_templates.text`: Expects entry data to be a string. +* `doc.entry_builders.text`: Expects entry data to be a string. It will be inserted directly into the entry. Useful for entries with a freeform text. -* `doc.entry_templates.formspec`: Entry data is expected to contain the +* `doc.entry_builders.formspec`: Entry data is expected to contain the complete entry formspec as a string. Useful if your entries. Useful if you expect your entries to differ wildly in layouts. -- cgit v1.2.3