// Configuration file for making the fields hide , show and Read only // To enable the configuration create a folder called config under app/scripts and copy the UIconfig.json file under app/scripts/config //Any of the values set to true the respected fields are hidden and the values set to false the fields are visible in the respected page. { "enableUIDisplayConfiguration": false, "uiDisplayConfigurations": { "loanAccount": { "isHiddenField": { "fundId": true, "linkAccountId": true, "createStandingInstruction": true, "numberOfRepayments": true, "repaymentEvery": true, "repaymentFrequencyType": true, "repaymentFrequencyNthDayType": true, "repaymentFrequencyDayOfWeekType": true, "interestChargedFromDate": true, "repaymentsStartingFromDate": true, "interestType": true, "amortizationType": true, "interestCalculationPeriodType": true, "inArrearsTolerance": true, "graceOnInterestCharged": true, "transactionProcessingStrategyId": true, "graceOnInterestPayment": true, "graceOnArrearsAgeing": true }, "isHiddenSection": { "interestRecalculationSection": true, "collateralSection": true }, "isReadOnlyField": { "loanTermFrequencyType": true } }, "clientIdentifier":{ "identitiesMatchLuhnsAlgorithm": { "passportValidation":true } } } }