Build & run
...
EN.classifications.information.custom1custom1 → visible: true means this file will be shown for classifications/information path. visible: false means input will not been shown.
→ field: "some value" means label for input classifications/information path will be renamed as some value.
{
"EN": {
"workbaskets": {
"information": {
"lookupField": {
"visible": false
},
"custom1": {
"field": "Customized field 1 title",
"visible": true
}
},
"access-items": {
"lookupField": {
"visible": true
},
"custom3": {
"field": "",
"visible": false
}
}
},
"classifications": {
"information": {
"custom1": {
"field": "Classification custom 1",
"visible": true
},
"custom3": {
"field": "",
"visible": false
}
}
}
}
}