Browse Source

fix name of subtype for form step doc

pull/55/head
Louise Foussat 5 years ago
parent
commit
31c0e3ec07
  1. 2
      doc/create-steps.md

2
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 `<String>` with the value 'onb-adm-form'
1. Add a new key "subtype" of type `<String>` with the value 'onb-adm-form-generator'
2. Add a new key "form" of type `<Object>`
* 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.

Loading…
Cancel
Save