Skip to content

Commit

Permalink
Update DocumentConfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelmd-eGov authored Dec 29, 2023
1 parent 4a84c26 commit 2bc17d8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/pg/FSM/DocumentConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,26 @@
"allowedFileTypes": ["pdf","doc","docx","xlsx","xls","jpeg","jpg","png"],
"maxSizeInMB": 5,
"maxFilesAllowed": 1
},
{
"module": "Photograph",
"allowedFileTypes": ["jpeg","jpg","png"],
"hideHeader": true,
"maxSizeInMB": 10,
"documents": [
{
"code": "PHOTOGRAPH",
"name" : "img_photo",
"active": true,
"isMandatory": false,
"showTextInput" : false,
"allowedFileTypes": ["jpeg","jpg","png"],
"maxSizeInMB": 10,
"maxFilesAllowed": 1
}
]
}
]
}
]
}

0 comments on commit 2bc17d8

Please sign in to comment.