diff --git a/src/section/section.config.json b/src/section/section.config.json deleted file mode 100644 index fb68b9af6bd2a3825f2f78bdf8ce48ecc8b035fa..0000000000000000000000000000000000000000 --- a/src/section/section.config.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "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