Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Neos.Neos/Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ Neos:
editor: Neos.Neos/Inspector/Editors/DateTimeEditor
editorOptions:
format: d-m-Y
DateTimeImmutable:
typeConverter: Neos\Neos\Service\Mapping\DateStringConverter
editor: Neos.Neos/Inspector/Editors/DateTimeEditor
editorOptions:
format: d-m-Y
# special types uses for NodeType references to wire the "editor"
# singular "reference" will be used if constraints.maxItems is set to 1
reference:
Expand Down