Skip to content

Commit

Permalink
commit add remove image button #1646
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Jan 5, 2025
1 parent f7c0d91 commit fc58251
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,11 @@
"dataType": "text",
"name": "eventRemarks",
"description": "",
"dwcAttribute": "eventRemarks",
"jsMain": "https://biocollect.ala.org.au/download/getScriptFile?hub=ala&filename=clearImageDateTimeHandler.js&model=agnesWaterTurtleNestMonitoring"
"dwcAttribute": "eventRemarks"
},
{
"jsMain": "https://biocollect.ala.org.au/download/getScriptFile?hub=ala&filename=clearImageDateTimeHandler.js&model=agnesWaterTurtleNestMonitoring",
"type": "jsMain"
}
],
"viewModel": [
Expand Down Expand Up @@ -279,7 +282,10 @@
"source": "observationPhoto",
"css": "img-responsive",
"showMetadata": "false",
"preLabel": "Attach photos"
"preLabel": "Attach photos",
"displayOptions": {
"showRemoveButtonWithImage": true
}
}
]
},
Expand Down

0 comments on commit fc58251

Please sign in to comment.