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
I've set up an extension widget, and I noticed that setting a title in the widget config has no effect if the extension sends a title in the Widget-Title header.
In this case, I would expect the config to take precedence and make the widget's title render as "Foo" but the header takes precedence instead. Is this intended?
The text was updated successfully, but these errors were encountered:
Hey, thanks for bringing this up. I think you have a good point and it is something I overlooked, I'll get it sorted out with the next release so that the title defined in the config takes priority.
Hey @Anachron, I purposefully didn't want to automatically change the repository widget title to the repository name because I wanted to avoid the repetition of:
Like with all widgets, you can still manually change the title to whatever you like and that title will also be used for groups:
I've set up an extension widget, and I noticed that setting a title in the widget config has no effect if the extension sends a title in the
Widget-Title
header.In this case, I would expect the config to take precedence and make the widget's title render as "Foo" but the header takes precedence instead. Is this intended?
The text was updated successfully, but these errors were encountered: