Skip to content

Commit

Permalink
Added new component for URC
Browse files Browse the repository at this point in the history
  • Loading branch information
rakesh-wt-egov committed Mar 31, 2023
1 parent e999589 commit 8117ef6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/pg/FSM/CommonFieldsConfig.JSON
Expand Up @@ -67,6 +67,21 @@
"submitBarLabel": "CS_COMMON_NEXT"
},
"key": "address",
"nextStep": "locality-gramPanchayat",
"isMandatory": true,
"type": "component"
},
{
"route": "locality-gramPanchayat",
"component": "SelectLocalityOrGramPanchayat",
"withoutLabel": true,
"texts": {
"headerCaption": "CS_FILE_APPLICATION_PROPERTY_LOCATION_LABEL",
"header": "CS_FILE_APPLICATION_PROPERTY_LOCATION_ADDRESS_TEXT",
"cardText": "CS_FILE_APPLICATION_PROPERTY_LOCATION_CITY_MOHALLA_TEXT",
"submitBarLabel": "CS_COMMON_NEXT"
},
"key": "address",
"nextStep": "check-slum",
"isMandatory": true,
"type": "component"
Expand Down

0 comments on commit 8117ef6

Please sign in to comment.