Browse Source

corrections on jsonb

content-update
Louise Foussat 5 years ago committed by Clément
parent
commit
6731e25e42
  1. 10
      docs/modular-steps-management.md

10
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", "subtype": "form-step",
"form": { "form": {
"section1": { "identification": {
"title": "Identification", "title": "Identification",
"inputs": { "inputs": {
"firstName": { "firstName": {
@ -95,7 +95,7 @@ Here is an example of the form step's attributes. It presents a form with two se
}, },
"medicalInfo": { "medicalInfo": {
"label": "Medical informations", "label": "Medical informations",
"placeholder": "Medical Informations", "placeholder": "Your medical Informations",
"index": 7, "index": 7,
"maxLength": 250, "maxLength": 250,
"type": "textarea" "type": "textarea"
@ -125,8 +125,6 @@ Here is an example of the form step's attributes. It presents a form with two se
"items": [ "items": [
{ "label": "Male", "data": "male" }, { "label": "Male", "data": "male" },
{ "label": "Female", "data": "female" } { "label": "Female", "data": "female" }
{ "label": "Item 1", "data": "item1" },
{ "label": "Item 2", "data": "item2" }
] ]
}, },
"environment": { "environment": {
@ -138,8 +136,6 @@ Here is an example of the form step's attributes. It presents a form with two se
"items": [ "items": [
{ "label": "City", "data": "city" }, { "label": "City", "data": "city" },
{ "label": "Countryside", "data": "countryside" } { "label": "Countryside", "data": "countryside" }
{ "label": "Radio 1", "data": "radio1" },
{ "label": "Radio 2", "data": "radio2" }
] ]
}, },
"programmingAbilities": { "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", "title": "More about you",
"inputs": { "inputs": {
"favoriteColor": { "favoriteColor": {

Loading…
Cancel
Save