-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Allow <Title>
to be non configurable
#9836
Allow <Title>
to be non configurable
#9836
Conversation
872dc55
to
6f14168
Compare
@fzaninotto @adguernier I believe this is ready for review again. Thanks! |
Reviewed. Thanks for your work @markyao6275 👍 |
bfa53b2
to
687639f
Compare
Thanks for the comments @adguernier! Should be ready for another review :) |
Aside from the last two comments, LGTM. Thanks for your work 💪 |
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! I think the default preferenceKey
in Title
should be the same as in PageTitleConfigurable
and you should check if preferenceKey
is strictly equal to false
.
@djhi you mean I should check if Anyway I tried to address your feedback in the most recent commit so please let me know if that's what you had in mind. |
I mean that to have it work like it did before, we should have a default |
@djhi just acted on your feedback For
I just passed through the Let me know if there's anything else you'd like me to change. |
@djhi friendly bump here |
@djhi addressed, thanks! |
@djhi friendly bump here |
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.
Other than that, it works fine, thanks! 🙂
7159b52
to
7f73bfb
Compare
@slax57 addressed your comments, thanks! |
<Title>
to be non configurable
This addresses #8776
Testing:
Added storybook entry