exclude config.json and add template
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"component": {
|
||||
"minCharsForSearch": 3,
|
||||
"moduleName": "Ripartizione Utili / Compensi - Presentazione Proposta",
|
||||
"headerTitle": "",
|
||||
"headerHeroImageSrc": "",
|
||||
"cardTitle": "Recupero Proposta CCT da Contratti",
|
||||
"cardDescription": "",
|
||||
"alertInfoTitle": "",
|
||||
"alertInfoMessage": "",
|
||||
"instructionsTitle": "Istruzioni di compilazione",
|
||||
"instructionsMessage": "Completa i campi richiesti per procedere con la richiesta.",
|
||||
"submitText": "CONFERMA E PROSEGUI"
|
||||
},
|
||||
"elixForms": {
|
||||
"inputs": {
|
||||
"codiceFiscale": "COL000A"
|
||||
},
|
||||
"outputs": {
|
||||
"idDomanda": "COL00B1",
|
||||
"idRicevuta": "COL00B2",
|
||||
"codiceContratto": "COL00B3",
|
||||
"titoloContratto": "COL00B4"
|
||||
}
|
||||
},
|
||||
"contrattiWS": {
|
||||
"apiUrl": "http://localhost:8000/contratti/cerca",
|
||||
"apiUsername": "username",
|
||||
"apiPassword": "password",
|
||||
"apiKey": "apitoken"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user