From 31c0e3ec07a3afebfc4c22c6cd6ee7a21c17515e Mon Sep 17 00:00:00 2001 From: Louise Foussat Date: Mon, 22 Apr 2019 15:14:28 +0100 Subject: [PATCH] fix name of subtype for form step doc --- doc/create-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/create-steps.md b/doc/create-steps.md index 39764d74..2fb5e330 100644 --- a/doc/create-steps.md +++ b/doc/create-steps.md @@ -34,7 +34,7 @@ To set up the child object you've created with these elements : 1. Edit you child object 2. Go to "Object attributes" 3. Add the attributes : - 1. Add a new key "subtype" of type `` with the value 'onb-adm-form' + 1. Add a new key "subtype" of type `` with the value 'onb-adm-form-generator' 2. Add a new key "form" of type `` * The form you're creating can have several sections. Each section is displayed with a title, and its inputs. NB : The submission of the form will check the required inputs of all the sections you've created.