Commit 7329a2b7 authored by Grand Francois's avatar Grand Francois
Browse files

suppression de src/section/section.config.json, inutile dans le contexte d'une API

Showing with 0 additions and 83 deletions
+0 -83
{
"saisies":[
{
"id":"fs_section",
"name":"Type de section",
"fields":[{
"type":"select",
"name": "Choix du type de section",
"value": 1,
"select":[
{
"id":1,
"name":"Trapézoïdale",
"definition":[
{
"id":"Lf",
"name":"Largeur au fond ",
"unit":"m",
"value":2.5,
"type":"input"
},
{
"id":"F",
"name":"Fruit des berges",
"unit":"m/m",
"value":0.56,
"type":"input"
}
]
},
{
"id":2,
"name":"Rectangulaire",
"definition":[
{
"id":"Lf",
"name":"Largeur au fond",
"unit":"m",
"value":2.5,
"type":"input"
}
]
},
{
"id":3,
"name":"Circulaire",
"definition":[
{
"id":"D",
"name":"Diamètre",
"unit":"m",
"value":2,
"type":"input"
}
]
},
{
"id":4,
"name":"Parabolique",
"definition":[
{
"id":"K",
"name":"Coefficient",
"unit":"",
"value":0.5,
"type":"input"
},
{
"id":"LB",
"name":"Largeur au niveau des berges",
"unit":"",
"value":0.56,
"type":"input"
}
]
}
]
}
]
}
]
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment