Dashboard name property #15326
bjarnef
started this conversation in
Features and ideas
Replies: 1 comment 1 reply
-
@bergmania are there any way to add a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently when implementing a dashboard inheriting
IDashboard
the dashboard tab render the alias by default:https://docs.umbraco.com/umbraco-cms/extending/dashboards
We can of course add a translation like this:
However I think it is missing a
Name
property which can be used as fallback in case a translation is missing and sometimes there is no real translation of the dashboard tab or it would be the same for all languages.For example:
It guess it should be added to
IDashboardSlim
:Umbraco-CMS/src/Umbraco.Core/Dashboards/IDashboardSlim.cs
Line 8 in 6b599b6
Beta Was this translation helpful? Give feedback.
All reactions