json_merger
Version:
Merge JSON with indicators such as @override, @match, @delete and @insert to tell the processor how to merge the files.
65 lines (64 loc) • 1.28 kB
JSON
{
"@extends": ["03-A.json"],
"model": {
"@delete": ["proxy"],
"entities": {
"WSHNTFTR00": {
"@override" : ["title"],
"@comment": "Specific title for this customer...",
"title": {
"da": "Blingscenter",
"en": "Bling Center"
},
"columns": {
"@comment": "Customer specific property...",
"MIN_TEST": {
"title": {
"da": "Min test",
"en": "Min test"
},
"type": "integer"
}
},
"ui": {
"grids": {
"portfolio": {
"features": {
"preview": {
"@comment": "Preview is not active for this customer...",
"active": false
}
},
"columns": [
{
"@append": true,
"name": "MIN_TEST",
"width": 50
}
]
}
},
"forms": {
"portfolio": {
"@override": ["title"],
"@comment": "Specific title for this view...",
"title": {
"da": "Blinger",
"en": "Bling"
},
"groups": {
"system": {
"@override": true,
"title": {
"da": "Test system",
"en": "Test system"
}
}
}
}
}
}
}
}
}
}