Skip to content
Snippets Groups Projects

[#3382660] Change hide_date default to false

Open Avi Schwab requested to merge issue/smart_date-3382660:3382660-set-hide-end into 4.1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -32,7 +32,7 @@ class SmartDateWidgetBase extends DateTimeWidgetBase {
public static function defaultSettings() {
return [
'show_extra' => FALSE,
'hide_date' => TRUE,
'hide_date' => FALSE,
'allday' => TRUE,
'remove_seconds' => FALSE,
'duration_overlay' => FALSE,
Loading