- πΊπΈUnited States smustgrave
So from learning more about post-updates I think this would be better served as a post-update hook instead.
Follow-up to β¨ Add option for visually-hidden block titles Needs work
During
β¨
Add option for visually-hidden block titles
Needs work
we are introducing new label_display options to manage the blocks' title display. For backward compatibility, we have to keep the existing value of the title being hidden to "0" what's not consistent with the other options ("visible" and "visually_hidden").
In Drupal 9, we should change the value of the \Drupal\Core\Block\BlockPluginInterface::BLOCK_LABEL_HIDDEN
constant to "hidden" for consistency. And adjust all related stuff like preprocesses or templates that relies on that value.
\Drupal\Core\Block\BlockPluginInterface::BLOCK_LABEL_HIDDEN
value to "hidden"core/themes/stable/templates/block/block--system-menu-block.html.twig
core/themes/classy/templates/block/block--system-menu-block.html.twig
core/modules/system/templates/block--system-menu-block.html.twig
template_preprocess_block
0
values to hidden
Wait till D9
None
None
block.block.*:settings.label_display
value is now "hidden" when the title is disabled
Needs work
10.1 β¨
Last updated
Used to track the progress of issues reviewed by the Drupal Needs Review Queue Initiative.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
So from learning more about post-updates I think this would be better served as a post-update hook instead.