-
Notifications
You must be signed in to change notification settings - Fork 0
/
sites_group.json
66 lines (66 loc) · 1.76 KB
/
sites_group.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"genre":"F",
"label": "Aire",
"export_pdf": [
{
"template": "fiche_aire.html",
"label": "Export PDF"
}
],
"label_list": "Aires",
"display_properties": [
"id_inventor",
"expertise",
"sites_group_name",
"habitat_principal",
"comments"
],
"display_list": [
"sites_group_name"
],
"specific": {
"id_inventor": {
"type_widget": "datalist",
"attribut_label": "Observateur principal",
"api": "users/menu/__MODULE.ID_LIST_OBSERVER",
"application": "GeoNature",
"keyValue": "id_role",
"keyLabel": "nom_complet",
"type_util": "user",
"required": true
},
"expertise": {
"type_widget": "select",
"required": true,
"attribut_label": "Expertise",
"values": ["Débutant", "Assez expérimenté", "Chevronné"]
},
"sites_group_name": {
"type_widget": "text",
"attribut_label": "Nom de l'aire",
"required": true,
"definition": "Nom du groupe site."
},
"sites_group_code": {
"type_widget": "text",
"attribut_label": "Numéro de l'aire",
"required": false,
"hidden":true
},
"sites_group_description": {
"type_widget": "textarea",
"attribut_label": "Description",
"hidden":true
},
"habitat_principal": {
"type_widget": "select",
"required": false,
"attribut_label": "Habitat principal",
"values": ["Forêt", "Buisson / haie (< 5 m de hauteur)", "Milieu agricole (prairie, élevage)", "Milieu agricole (culture, autre)", "Milieu ouvert non agricole (lande, steppe)", "Sol sans végétation (dune, sol rocheux)", "Zone urbaine, espace vert"]
},
"comments": {
"type_widget": "textarea",
"attribut_label": "Commentaire"
}
}
}