By manuel garcia on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
8.4.x
Introduced in version:
8.4.0
Issue links:
Description:
You can now edit the alt and title attributes of your site's logo. You can do this by going to your site theme's settings form, and filling in the Logo alternative text and the Logo titleform fields.
Themers:
The block--system-branding-block.html.twig file has been updated to accomodate this change. If you override this in your custom or contrib theme, you will need to bring in those changes in order to take advantage of this.
You can also access these for your current theme by using theme_get_setting('logo.title') or theme_get_setting('logo.alt').
Impacts:
Site builders, administrators, editors
Themers