Add new fields to CVmhRumungsklage JSON and update layout; refresh cache timestamps in config

This commit is contained in:
2026-01-20 21:55:16 +01:00
parent e51f0f2cfb
commit 2f3f686421
5 changed files with 84 additions and 16 deletions

View File

@@ -88,6 +88,41 @@
"default": "clean",
"tooltip": true,
"isCustom": true
},
"gerichtsrubrum": {
"type": "text",
"required": false,
"isCustom": true
},
"gegenstandswert": {
"type": "currency",
"required": false,
"default": 0,
"isCustom": true
},
"kuendigungsservice": {
"type": "bool",
"required": false,
"default": false,
"isCustom": true
},
"aussergerichtlicheGebuehren13": {
"type": "currency",
"required": false,
"default": 0,
"isCustom": true
},
"gerichtskosten1Instanz": {
"type": "currency",
"required": false,
"default": 0,
"isCustom": true
},
"anwaltskosten1Instanz": {
"type": "currency",
"required": false,
"default": 0,
"isCustom": true
}
},
"links": {