Update AdvancedSearchBlock.php
This commit is contained in:
parent
f8effedcd6
commit
812ca8a37d
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ class AdvancedSearchBlock extends BlockBase implements ContainerFactoryPluginInt
|
||||||
'#options' => $options,
|
'#options' => $options,
|
||||||
'#default_value' => $this->configuration[self::SETTING_CONTEXTUAL_FILTER],
|
'#default_value' => $this->configuration[self::SETTING_CONTEXTUAL_FILTER],
|
||||||
'#multiple' => FALSE,
|
'#multiple' => FALSE,
|
||||||
'#required' => TRUE,
|
'#required' => FALSE,
|
||||||
'#size' => count($options) + 1,
|
'#size' => count($options) + 1,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue