The configuration-wui.json file π
{
"pathHeaderLogo": "",
"pathLogo": "",
"loaderColor": "",
"page": {
"login": {
"backgroundImageDesktop": "",
"backgroundImageTablet": "",
"backgroundImageMobile": "",
"backgroundColor": "",
"fileManagerTextColor": "",
"elements": {
"form": {
"left": {
"backgroundColor": ""
},
"right": {
"backgroundColor": ""
}
},
"button": {
"color": "",
"backgroundColor": ""
},
"input": {
"borderColor": ""
},
"footer": {
"color": "",
"links": [
{
"label": {
"en": "Link 1",
"it": "Indirizzo 1"
},
"url": "https://www.primeur.com/",
"newpage": true
},
{
"label": {
"en": "Link 2",
"it": "Indirizzo 2"
},
"url": "https://www.primeur.com/",
"newpage": false
}
]
}
},
"labels": {
"title": {"en":"Welcome!"},
"subTitle": {"en":"Nice to see you again."}
},
"errors": {
"401": {
"en": "This username and password combination is wrong.",
"it": "Combinazione nome utente e password sbagliata."
}
}
},
"files": {
"backgroundColor": "",
"rootFolderColor": "",
"elements": {
"tablePagination": {
"textColor": "",
"activeColor": ""
},
"icon": {
"color": ""
},
"table": {
"textHeaderColor": "",
"textHeaderColorSelected": "",
"actionIconColor": ""
},
"checkbox": {
"backgroundColor": "",
"borderColor": ""
},
"button": {
"primaryColor": "",
"primaryBackgroundColor": "",
"secondaryColor": "",
"secondaryBackgroundColor": ""
},
"input": {
"borderColor": ""
},
"footer": {
"color": "",
"links": [
{
"label": {
"en": "Link 1",
"it": "Indirizzo 1"
},
"url": "https://www.primeur.com/",
"newpage": true
},
{
"label": {
"en": "Link 2",
"it": "Indirizzo 2"
},
"url": "https://www.primeur.com/",
"newpage": false
}
]
}
},
"errors": {
"403": {
"en": "You need correct permissions to perform this action",
"it": "Sono necessarie delle autorizzazioni per eseguire questa azione"
},
"404": {
"en": "Object not found",
"it": "Oggetto non presente"
},
"409": {
"en": "Object already exists",
"it": "Oggetto giΓ presente"
},
"permissions": {
"download": {
"en": "You need correct permissions to perform this action",
"it": "Sono necessarie delle autorizzazioni per eseguire questa azione"
},
"upload": {
"en": "You need correct permissions to perform this action",
"it": "Sono necessarie delle autorizzazioni per eseguire questa azione"
},
"createFolder": {
"en": "You need correct permissions to perform this action",
"it": "Sono necessarie delle autorizzazioni per eseguire questa azione"
},
"rename": {
"en": "You need correct permissions to perform this action",
"it": "Sono necessarie delle autorizzazioni per eseguire questa azione"
},
"delete": {
"en": "You need correct permissions to perform this action",
"it": "Sono necessarie delle autorizzazioni per eseguire questa azione"
},
"listing": {
"en": "You need correct permissions to perform this action",
"it": "Sono necessarie delle autorizzazioni per eseguire questa azione"
}
}
}
}
},
"config": {
"deleteAttributes": {
"files": {
"enable": true
}
},
"connectionContractPathAfterLogin": true,
"hideNewFolderBtn": false,
"hideFolderAddAction": false,
"hideBulk": false,
"hideBulkDelete": false,
"hideBulkDownload": false,
"fixedUploadPath": "",
"fileMetadataAttributes": {
"enable": false,
"fields": [
{
"name": "classification",
"mandatory": true,
"values": [
"public",
"secret"
],
"defaultValue":"public",
"labels": {
"it": "Livello di riservatezza",
"en": "Classification level"
}
},
{
"name": "sendernote",
"mandatory": false,
"maxLength":80,
"defaultValue":"",
"labels": {
"it": "Nota del mittente",
"en": "Sender note"
}
}
]
}
}
}