release 1.14 (#2498)
This commit is contained in:
@@ -39,6 +39,7 @@ class CalendarViewType extends AbstractType
|
||||
$resolver->setDefaults([
|
||||
'required' => true,
|
||||
'choices' => $choices,
|
||||
'search' => false,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
@@ -32,7 +32,8 @@ class FirstWeekDayType extends AbstractType
|
||||
'multiple' => false,
|
||||
'choices' => $choices,
|
||||
'label' => 'first_weekday',
|
||||
'translation_domain' => 'system-configuration'
|
||||
'translation_domain' => 'system-configuration',
|
||||
'search' => false,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
@@ -28,7 +28,8 @@ class ThemeLayoutType extends AbstractType
|
||||
'choices' => [
|
||||
'fixed' => 'fixed',
|
||||
'boxed' => 'boxed',
|
||||
]
|
||||
],
|
||||
'search' => false,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user