From db03f7cb4981754c7572c99a24157c74ce654caf Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Fri, 24 Apr 2015 08:57:06 +0200 Subject: [PATCH] Minor cosmetic reformatting of User Manual. --- doc/MANUAL.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/MANUAL.md b/doc/MANUAL.md index bacab67..1d434e8 100644 --- a/doc/MANUAL.md +++ b/doc/MANUAL.md @@ -116,12 +116,16 @@ Structurally, they are made up of the following elements: - **`forms`**: A list of dictionaries of form definitions. **Required**, **List of dictionaries**. - - **`name`**: Name for the form. This must be unique. **Required**, - **String**, **Unique**. + - **`name`**: Name for the form. This must be unique. It is used internally + by Scriptform to refer to forms. **Required**, **String**, **Unique**. - - **`title`**: Title for the form. **Required**, **String**. + - **`title`**: Title for the form. This is shown in the list of available + forms and on the form page itself as the title for the form and as the + caption for the button which takes you to the form. **Required**, + **String**. - - **`description`**: A description of the form. May include HTML tags. + - **`description`**: A description of the form. May include HTML tags. This + is shown in the list of available forms and on the form page itself. **Required**, **String**. - **`submit_title`**: The text on the submit button of the form. The