Skip to content

Commit

Permalink
Update DocumentConfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rachana-egov committed Sep 20, 2023
1 parent 7b01e63 commit 85761f2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/pg/works/DocumentConfig.json
Expand Up @@ -231,6 +231,24 @@
"maxFilesAllowed": 0
}
]
},
{
"module": "Measurement",
"allowedFileTypes": ["jpeg","jpg","png"],
"maxSizeInMB": 2,
"bannerLabel": "MB_UPLOAD_BANNER",
"documents": [
{
"code": "MB_MEASUREMENT_BOOK",
"name" : "img_measurement_book",
"active": true,
"isMandatory": false,
"showTextInput" : true,
"allowedFileTypes": [],
"maxSizeInMB": null,
"maxFilesAllowed": 10
}
]
}
]
}

0 comments on commit 85761f2

Please sign in to comment.