Skip to content
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

Open
pedroadaodev opened this issue Nov 8, 2016 · 7 comments
Open

Umbraco Dashboard - open a view or see UIOMatic dashboard #88

pedroadaodev opened this issue Nov 8, 2016 · 7 comments

Comments

@pedroadaodev
Copy link

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

@mattbrailsford
Copy link
Collaborator

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.

@pedroadaodev
Copy link
Author

Great.

How can I change the dashboard.config to show a UI-O-Matic section list?

@TimGeyssens
Copy link
Owner

Docs for dashboards are here https://our.umbraco.org/documentation/extending/dashboards/

@TimGeyssens
Copy link
Owner

So you want to have a listview of items shown on the content dashboard?

@mattbrailsford
Copy link
Collaborator

@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.

@pedroadaodev
Copy link
Author

Ok, thank you! =)

@TimGeyssens
Copy link
Owner

TimGeyssens commented Nov 8, 2016

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants