diff --git a/src/papersDefinitions.json b/src/papersDefinitions.json index 16de03b0..5fdc7781 100644 --- a/src/papersDefinitions.json +++ b/src/papersDefinitions.json @@ -3235,6 +3235,51 @@ } ] }, + { + "model": "information", + "illustration": "IlluGenericInputDate.svg", + "text": "PaperJSON.driverLicense.expirationDate.text", + "attributes": [ + { + "name": "expirationDate", + "type": "date", + "inputLabel": "PaperJSON.generic.expirationDate.inputLabel" + } + ] + }, + { + "model": "information", + "illustration": "IlluGenericAlert.svg", + "illustrationSize": "small", + "text": "PaperJSON.generic.noticePeriod.text", + "attributes": [ + { + "name": "noticePeriod", + "type": "radio", + "options": [ + [ + {"value": 7, "label": "attributes.noticePeriod.oneWeek"}, + {"value": 30, "label": "attributes.noticePeriod.oneMonth"}, + {"value": 90, "label": "attributes.noticePeriod.threeMonth", "checked": true}, + {"value": 365, "label": "attributes.noticePeriod.oneYear"}, + { + "value": "custom", + "label": "attributes.noticePeriod.custom", + "textFieldAttrs": { + "type": "number", + "required": true, + "label": "PaperJSON.generic.noticePeriod.inputLabel", + "adornment": {"end": "PaperJSON.generic.noticePeriod.endAdornment"} + } + } + ], + [ + {"value": 0, "label": "attributes.noticePeriod.noAlert"} + ] + ] + } + ] + }, { "illustration": "Account.svg", "model": "contact",