- Created localization JSON files for multiple languages (e.g., Danish, German, Greek, English, Spanish, etc.) for CAkten and CAktenCDokumente. - Added layout configurations for CAkten, including detail views, side panels, and bottom panels. - Implemented metadata definitions for CAkten, including field definitions, relationship panels, and scopes. - Introduced new JSON files for managing document relationships and listing configurations.
39 lines
679 B
JSON
39 lines
679 B
JSON
[
|
|
{
|
|
"name": "name",
|
|
"link": true,
|
|
"width": 20
|
|
},
|
|
{
|
|
"name": "advowareArt",
|
|
"align": "left",
|
|
"width": 12
|
|
},
|
|
{
|
|
"name": "advowareBemerkung",
|
|
"align": "left",
|
|
"notSortable": true,
|
|
"width": 18
|
|
},
|
|
{
|
|
"name": "syncStatus",
|
|
"align": "left",
|
|
"width": 12
|
|
},
|
|
{
|
|
"name": "lastSyncTimestamp",
|
|
"align": "left",
|
|
"width": 13
|
|
},
|
|
{
|
|
"name": "dokument",
|
|
"notSortable": true,
|
|
"align": "left",
|
|
"width": 12
|
|
},
|
|
{
|
|
"name": "createdAt",
|
|
"align": "left",
|
|
"width": 13
|
|
}
|
|
] |