Skip to content
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.07 KB

Document Dashboard

A customizable dashboard for Umbraco documents, e.g. so "container" types can show something useful when selected in the Content tree.

Requirements

This is implemented as a simple XSLT macro by using the uComponents RenderMacro DataType, so you need uComponents installed for it to work.

Installation

  • Install the package as any other package, from the Developer section of Umbraco
  • Add a property to any DocumentType you want using the "Document Dashboard" DataType installed, and you can have a custom dashboard for them

Customization

You can use XSLT's awesome templating mechanism to create custom dashboards for your specific types of documents, just by adding them to the _Dashboards.xslt file — there's a simple demo of an images mode to show how you can create a wall of images, e.g. for a People container showing an image from all the child nodes.