You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Moved "common" template partials, that are only used in layouts, to
layouts/parts folder.
- Simplified HTML structure of header template.
- Extracted logo and links from header template to simplify.
- Added header-links-start template for easier extension/customization
without needing to override full list of links.
- Added test to cover usage of this.
For #4564
New header link extension view at layouts/parts/header-links-start.blade.php.
While not a change to our official supported API, might be polite to warn about changes to the common/header.blade.php (Moved and changed) in update notes since this may have been a common customization.
Seems common to tweak the header bar (
header.blade.php
).Probably worth splitting this down to extra components, with at least:
header.blade.php
overrides.Already exacted profile menu in b90033a, might be worth thinking through organisation though, rather than bloating common.
The text was updated successfully, but these errors were encountered: