Skip to content

kjac/umbraco-nested-content

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nested Content

Build status NuGet release Our Umbraco project page Chat on Gitter

A nested content property editor for Umbraco 7 that allows you to use Doc Types as a blue print for list items.

Getting Started

Installation

Note: Nested Content has been developed against Umbraco v7.1.4 and will support that version and above.

Nested Content can be installed from either Our Umbraco or NuGet package repositories, or build manually from the source-code:

Our Umbraco package repository

To install from Our Umbraco, please download the package from:

https://our.umbraco.org/projects/backoffice-extensions/nested-content

NuGet package repository

To install from NuGet, you can run the following command from within Visual Studio:

PM> Install-Package Our.Umbraco.NestedContent

We also have a MyGet package repository - for bleeding-edge / development releases.

Manual build

If you prefer, you can compile Nested Content yourself, you'll need:

  • Visual Studio 2012 (or above)

To clone it locally click the "Clone in Windows" button above or run the following git commands.

git clone https://github.com/leekelleher/umbraco-nested-content.git umbraco-nested-content
cd umbraco-nested-content
.\build.cmd

Developers Guide

For details on how to use the Nested Content package, please refer to our Developers Guide documentation.

A PDF download is also available: Nested Content - Developers Guide v1.0.pdf


Known Issues

Please be aware that not all property-editors will work within Nested Content. The following property-editors are known to have compatibility issues:

  • Upload (default Umbraco core)
  • Macro Container (default Umbraco core)

Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.

Contact

Have a question?

Dev Team

Special thanks

  • Thanks to Jeavon Leopold for being a rockstar and adding AppVeyor support.

License

Copyright © 2015 Umbrella Inc, Our Umbraco and other contributors

Licensed under the MIT License

About

Nested Content for Umbraco 7+

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 60.2%
  • JavaScript 23.3%
  • HTML 9.3%
  • CSS 5.6%
  • Batchfile 1.6%