You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it’s possibile to configure a DateTimeField so that it allows the user to specify only the Date, only the Time or both.
In some cases it would be useful to allow the user to override this setting for a specific content.
For example and Event content type may contain a DateTimeField representing its starting date/time so in the field's Display option will be set to DateTime in content definition but the user may want to only show the starting date for a particular event and right now this is not possible.
By allowing the user to override the Display option value in the content we allow him to decide wether he wants the starting date or time to be shown for a particular event without having to modify the setting for the other contents of the same type.
The text was updated successfully, but these errors were encountered:
I think this should be a different field on the content type that would drive how the content is rendered. Otherwise we would provide all the field options to all content items.
Here just add "Display Time" as a boolean field, and use it in your theme/template to decide how to render it.
Right now it’s possibile to configure a DateTimeField so that it allows the user to specify only the Date, only the Time or both.
In some cases it would be useful to allow the user to override this setting for a specific content.
For example and Event content type may contain a DateTimeField representing its starting date/time so in the field's Display option will be set to DateTime in content definition but the user may want to only show the starting date for a particular event and right now this is not possible.
By allowing the user to override the Display option value in the content we allow him to decide wether he wants the starting date or time to be shown for a particular event without having to modify the setting for the other contents of the same type.
The text was updated successfully, but these errors were encountered: