-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(masthead): ensure custom L0 nav items work #11547
fix(masthead): ensure custom L0 nav items work #11547
Conversation
Deploy preview created for package Built with commit: d405eb73a01aada924d5ad7f15c3397b61f3ece0 |
Deploy preview created for package Built with commit: d405eb73a01aada924d5ad7f15c3397b61f3ece0 |
Deploy preview created for package Built with commit: d405eb73a01aada924d5ad7f15c3397b61f3ece0 |
Deploy preview created for package Built with commit: d405eb73a01aada924d5ad7f15c3397b61f3ece0 |
Deploy preview created for package Built with commit: d405eb73a01aada924d5ad7f15c3397b61f3ece0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the detailed testing instructions. All looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks for making it so easy to test like Matt mentioned!!
07a1223
into
carbon-design-system:main
Hey there! This issue/pull request was referenced in recently released v2.5.0. |
Related Ticket(s)
none
Description
#11420 ensures support for customizing the L0 nav items, but it doesn't account for the
navLinks
property. This PR adds that support, and it also includes a test to make sure L0 customization is working as expected.To test
l0Data
property withnavLinks
. Verify the custom L0 items still apply.Changelog
New
Changed
navLinks
property when using<c4d-masthead-container>
and customizing L0 items.