-
Notifications
You must be signed in to change notification settings - Fork 892
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
[Enhancement] Extend opensearchDashboards.branding.applicationTitle
customization to app/opensearch_dashboards_overview
#3049
Comments
@abbyhu2000 @kgcreative Is this intentional, or is this a string placement we missed in the original custom branding feature? |
@joshuarrrr This feels like a missed string replacement. |
Yeah, that tracks with the replacement areas highlighted in the original PR requirements. Anyone interested in fixing can also check out this PR for how specific title string replacements should work. #826 (See also the L3 location on that graphic as another potential title replacement location) |
Yea it is intentionally excluded in the original custom branding project. When we drafted the original scope for custom branding, we discussed and decided to only include the 4 title strings that are highlighted in the PR description for title configuration for P0. (#826) We debated for a while on the specific occurrences of logos and titles in the application that should be allowed to customize, and came up with the list of 7 logos and 4 titles. The reason we decided to not include other title strings and logos for configuration is because we want to show that it is the wrapper around OpenSearch Dashboards that can be custom-branded, but we still want to keep the idea that OpenSearch Dashboards is the core functionalities, as for P0 of the project. Should we consider adding more branding configurations now? @joshuarrrr @kgcreative @kavilla |
I don't think it's a matter of more configurations - just a matter of which strings can be customized with |
opensearchDashboards.branding.applicationTitle
customization to app/opensearch_dashboards_overview
Updated the issue title and label to enhancement based on @abbyhu2000 's update. |
If i may, the reason why i reported this is because the actual home page has the application title changed, specifically here: when a user clicks on "visualize and Analyze" he/she's then redirected to the page in question... Therefore, in my opinion, this simple string should change when application title branding is applied |
@anubisg1 Thanks for call it out, and I can see how this might cause confusion for users. I also agree with @joshuarrrr that we can extend the title configuration to include the overview title. @kavilla What do you think? |
My opensearch-dashboards version is 2.15.0 |
Describe the bug
when configuring brainding, and specifically
opensearchDashboards.branding.applicationTitle
, the string is not applied to the pageapp/opensearch_dashboards_overview
To Reproduce
opensearchDashboards.branding.applicationTitle: 'something'
Expected behavior
Branding should be applied
OpenSearch Version
2.4.0
Dashboards Version
2.4.0
Screenshots
The text was updated successfully, but these errors were encountered: