Skip to content

Commit

Permalink
Update Date.Schema.fusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel authored Jul 1, 2024
1 parent c2ef20e commit 5d5d179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeTypes/Field/Date/Date.Schema.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ prototype(Sitegeist.PaperTiger:Field.Date.Schema) < prototype(Neos.Fusion:Compon

renderer = ${Form.Schema.date()}
[email protected] = ${props.isRequired ? value.required : value}
[email protected] = ${Array.length(props.dateRangeValidatorOptions) ? value.validator('DateTimeRange', props.dateRangeValidatorOptions) : value}
[email protected] = ${props.dateRangeValidatorOptions ? value.validator('DateTimeRange', props.dateRangeValidatorOptions) : value}
}

0 comments on commit 5d5d179

Please sign in to comment.