Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.66 KB

File metadata and controls

48 lines (25 loc) · 1.66 KB

#Extending Umbraco

##Dashboards

A Dashboard is a component for displaying elements on the right-hand side of the backoffice UI area.

##Version 7+ assets

Version 7+ specific information on extending Umbraco, details such as dealing with server variables, service URLs, JavaScript and CSS assets, etc....

##Sections & Trees

The Umbraco back office consists of sections (sometimes referred to as applications) which contain trees. For example, when you load the back office you'll see that the 'Content' section contains one tree: the content tree whereas the 'Settings' section contains a number of trees: Stylesheets, Content Types, Media Types, etc...

Both sections and trees can be created to extend Umbraco.

##Property Editors

A property editor is the editor used to insert content into Umbraco. See here for definition.

This section will describe how to work with and create Property Editors.

##Macro Parameter Editors

A Parameter Editor is the editor used to insert values into a Macro.

This section will describe how to work with and create Parameter Editors.

##Packaging

Information on the packaging manifest format and how assets should be packaged as a zip file for easy distribution (coming soon)

##Menu items

coming soon

##Image Url providers

coming soon

##Thumbnail providers

coming soon

##Custom file systems (IFileSystem)

coming soon