An Umbraco property editor for creating stacked content blocks.
Note: Stacked Content has been developed against Umbraco v7.4.0 and will support that version and above.
Stacked Content can be installed from either Our Umbraco or NuGet package repositories, or build manually from the source-code:
To install from Our Umbraco, please download the package from:
https://our.umbraco.org/projects/backoffice-extensions/stacked-content
To install from NuGet, you can run the following command from within Visual Studio:
PM> Install-Package Our.Umbraco.StackedContent
We also have a MyGet package repository - for bleeding-edge / development releases.
If you prefer, you can compile Stacked Content yourself, you'll need:
- Visual Studio 2015 (or above)
To clone it locally click the "Clone in Windows" button above or run the following git commands.
git clone https://github.com/umco/umbraco-stacked-content.git umbraco-stacked-content
cd umbraco-stacked-content
.\build.cmd
Please be aware that not all property-editors will work within Stacked Content. The following Umbraco core property-editors are known to have compatibility issues:
- Upload
Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.
Have a question?
- Stacked Content Forum on Our Umbraco
- Raise an issue on GitHub
Copyright © 2016 UMCO, Our Umbraco and other contributors
Licensed under the MIT License