From 6731e25e42f47c07326ea96a7a16b6cb2c4d738b Mon Sep 17 00:00:00 2001 From: Louise Foussat Date: Fri, 26 Apr 2019 15:52:10 +0100 Subject: [PATCH] corrections on jsonb --- docs/modular-steps-management.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/modular-steps-management.md b/docs/modular-steps-management.md index 735e6362..941eb5ce 100644 --- a/docs/modular-steps-management.md +++ b/docs/modular-steps-management.md @@ -75,7 +75,7 @@ Here is an example of the form step's attributes. It presents a form with two se { "subtype": "form-step", "form": { - "section1": { + "identification": { "title": "Identification", "inputs": { "firstName": { @@ -95,7 +95,7 @@ Here is an example of the form step's attributes. It presents a form with two se }, "medicalInfo": { "label": "Medical informations", - "placeholder": "Medical Informations", + "placeholder": "Your medical Informations", "index": 7, "maxLength": 250, "type": "textarea" @@ -125,8 +125,6 @@ Here is an example of the form step's attributes. It presents a form with two se "items": [ { "label": "Male", "data": "male" }, { "label": "Female", "data": "female" } - { "label": "Item 1", "data": "item1" }, - { "label": "Item 2", "data": "item2" } ] }, "environment": { @@ -138,8 +136,6 @@ Here is an example of the form step's attributes. It presents a form with two se "items": [ { "label": "City", "data": "city" }, { "label": "Countryside", "data": "countryside" } - { "label": "Radio 1", "data": "radio1" }, - { "label": "Radio 2", "data": "radio2" } ] }, "programmingAbilities": { @@ -156,7 +152,7 @@ Here is an example of the form step's attributes. It presents a form with two se } } }, - "section2": { + "moreAboutYou": { "title": "More about you", "inputs": { "favoriteColor": {