- Issue created by @nancyHebert
- Status changed to Closed: duplicate
9 months ago 6:46pm 12 February 2024 - 🇨🇦Canada SKAUGHT
you're patch is against the theme. i'll move it there, thanks!
🐛 Lead title styling still displays even if field is empty Active
When we leave the field lead title blank the title styling (red underline) still displays.
1- add the field lead title to your content type
i.e. basic page, landing page etc.
2- Now add content, choose the content type i.e. basic page
3- fill in the title, body any other fields and leave the lead title blank
Need to add !empty($node->$checkFieldName->value) to the condition
if ($node instanceof NodeInterface && $node->hasField($checkFieldName)
In the following method
function wxt_bootstrap_preprocess_page_title
Closed: duplicate
5.2
Code
you're patch is against the theme. i'll move it there, thanks!
🐛
Lead title styling still displays even if field is empty
Active