dnwhte / umbraco-stacked-content

Stacked Content for Umbraco 7

Home Page:https://our.umbraco.org/projects/backoffice-extensions/stacked-content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stacked Content

Build status NuGet release Our Umbraco project page

An Umbraco property editor for creating stacked content blocks.

Getting Started

Installation

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:

Our Umbraco package repository

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

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

NuGet package repository

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.

Manual build

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

Known Issues

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

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

License

Copyright © 2016 UMCO, Our Umbraco and other contributors

Licensed under the MIT License

About

Stacked Content for Umbraco 7

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

License:MIT License


Languages

Language:C# 52.5%Language:JavaScript 19.8%Language:CSS 14.9%Language:HTML 8.3%Language:Batchfile 2.8%Language:PowerShell 1.7%