-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Umbraco Dashboard - open a view or see UIOMatic dashboard #88
Comments
To the content section you mean? You can add dashboards to where ever you like just by modifying the dashboard.config. You could move the UI-O-Matic one to the content section if you like, or create custom dashboards to show in the UI-O-Matic section, it's completely up to you. |
Great. How can I change the dashboard.config to show a UI-O-Matic section list? |
Docs for dashboards are here https://our.umbraco.org/documentation/extending/dashboards/ |
So you want to have a listview of items shown on the content dashboard? |
@pedroadaodev ahh, for that, you'd need to create your own dashboard. The list view is currently built to exist within the UI-O-Matic area, so you'd have to make a custom one to run within a dashboard context. |
Ok, thank you! =) |
We could look at making the listview into a directive so you can easily reuse it but for now that isn't possible (you'll have to create your own dashboard control) |
Hi,
When we login in Umbraco we see the Content dashboard.
We can add more dashboards, adding the path to the view
<tab caption="Comments"> <control showOnce="true" addPanel="true" panelCaption="">/uiomatic/uiomatic/list/comment</control> </tab>
Is it possible to do something like this? Or add the UIOMatic dashboard?
Best regards,
Pedro Adão
The text was updated successfully, but these errors were encountered: