Created
October 9, 2020 11:26
-
-
Save jbdesbas/c440300c301d73a24314e4a6c41a9ac1 to your computer and use it in GitHub Desktop.
gn monitoring config observation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "specific": { | |
| "cd_nom": { | |
| "type_widget": "taxonomy", | |
| "attribut_label": "Taxon", | |
| "type_util": "taxonomy", | |
| "required": true, | |
| "idComponent": "100" | |
| }, | |
| "id_nomenclature_nature_observation": { | |
| "type_widget": "nomenclature", | |
| "attribut_label": "Stade de vie", | |
| "code_nomenclature_type": "STADE_VIE", | |
| "required": true, | |
| "type_util": "nomenclature" | |
| }, | |
| "test_multi": { | |
| "type_widget": "datalist", | |
| "attribut_label": "Test", | |
| "keyValue": "cd_nom", | |
| "keyLabel": "__MODULE.TAXONOMY_DISPLAY_FIELD_NAME", | |
| "multiple": true, | |
| "api": "taxref/allnamebylist/__MODULE.ID_LIST_TAXONOMY", | |
| "application": "TaxHub", | |
| "required": true, | |
| "type_util": "taxonomy" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment