Skip to content

Instantly share code, notes, and snippets.

@jbdesbas
Created October 9, 2020 11:26
Show Gist options
  • Select an option

  • Save jbdesbas/c440300c301d73a24314e4a6c41a9ac1 to your computer and use it in GitHub Desktop.

Select an option

Save jbdesbas/c440300c301d73a24314e4a6c41a9ac1 to your computer and use it in GitHub Desktop.
gn monitoring config observation
{
"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