Skip to content
Snippets Groups Projects

Issue #3160620: Title exclusion is overridden if Layout Builder layout has title field

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -262,7 +262,7 @@ class ExcludeNodeTitleManager implements ExcludeNodeTitleManagerInterface {
elseif ($this->isRenderRemove()) {
$vars['label']['#title'] = new HtmlEscapedText('');
$vars['label']['#markup'] = new HtmlEscapedText('');
$vars['label'][0]['#context']['value'] = '';
unset( $vars["label"][0]);
}
}
break;
Loading