Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 2.63 KB

README.md

File metadata and controls

80 lines (44 loc) · 2.63 KB

Inner Content

Build status NuGet release

A helper library for Umbraco Content Type based property editors providing overlays and conversion helpers.

Getting Started

Installation

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

Inner Content can be installed from the NuGet package repositories or build manually from the source-code:

NuGet package repository

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

PM> Install-Package Our.Umbraco.InnerContent

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

Manual build

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

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

git clone https://github.com/umco/umbraco-inner-content.git umbraco-inner-content
cd umbraco-inner-content
.\build.cmd

Known Issues

  • Please note that the following property aliases are reserved and can not be used in your Content Types: "name", "key", "children" and "icon".

Implementations

Umbraco packages that use Inner Content as a dependency library.


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