Skip to content
Snippets Groups Projects

Issue #3200528: Partially-invalid field value defaults alternative implementation sandbox

Closed Issue #3200528: Partially-invalid field value defaults alternative implementation sandbox
Closed dpi requested to merge issue/date_recur-3200528:3200528-partially-invalid into 3.0.x
Files
12
@@ -7,7 +7,10 @@ field.value.date_recur:
label: 'A time zone identifier used for default start and/or end dates.'
default_time_zone:
type: string
label: 'A time zone identifier used as default value for time zone. If empty, current user time zone should be used.'
label: 'A time zone identifier used as default value for time zone.'
default_time_zone_source:
type: string
label: 'Determine where to get the time zone: the sibling `default_time_zone` with `fixed`, or the current user time zone with `current_user`.'
default_rrule:
type: string
label: 'Default RRULE'
Loading