Update AdvancedSearchBlock.php

This commit is contained in:
Kyle Huynh 2023-02-24 17:18:53 -05:00 committed by GitHub
parent f8effedcd6
commit 812ca8a37d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
]; ];
} }