Issue #3073579 by pebosi, cindytwilliams: Small design fix for Views UI advanced settings form
parent
c74a1938be
commit
798ae0c796
|
|
@ -71,10 +71,10 @@ class AdvancedSettingsForm extends ConfigFormBase {
|
|||
if (!empty($options)) {
|
||||
$form['extenders'] = [
|
||||
'#type' => 'details',
|
||||
'#title' => $this->t('Display extenders'),
|
||||
'#open' => TRUE,
|
||||
];
|
||||
$form['extenders']['display_extenders'] = [
|
||||
'#title' => $this->t('Display extenders'),
|
||||
'#default_value' => array_filter($config->get('display_extenders')),
|
||||
'#options' => $options,
|
||||
'#type' => 'checkboxes',
|
||||
|
|
|
|||
Loading…
Reference in New Issue