Skip to content
Snippets Groups Projects
Commit 2777fd4e authored by Lily Yan's avatar Lily Yan
Browse files

ISTWCMS-7068 Add search label for no block title

parent 63673596
No related branches found
Tags 3.0.0
1 merge request!246ISTWCMS-7068 Add label tag(s) to OFIS search
......@@ -110,6 +110,12 @@ class UwCblOfisExpertSearch extends BlockBase implements ContainerFactoryPluginI
// Set the uuid.
$search['uuid'] = $this->configuration['uuid'];
// If there is no block title, then set the label so that
// the template will know to place a visually hidden one.
if (!$this->configuration['label_display']) {
$search['label'] = $this->t('OFIS expert search');
}
// Return the build array with the template ane variables.
return [
'#theme' => 'uw_block_ofis_expert_search',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment