A helper library for Umbraco Content Type based property editors providing overlays and conversion helpers.
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:
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.
If you prefer, you can compile Inner Content yourself, you'll need:
- Visual Studio 2017 (or above, including Community Editions)
- Microsoft Build Tools 2015 (aka MSBuild 15)
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
- Please note that the following property aliases are reserved and can not be used in your Content Types: "
name
", "key
", "children
" and "icon
".
Umbraco packages that use Inner Content as a dependency library.
Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.
Have a question?
- Raise an issue on GitHub
Copyright © 2016 UMCO, Our Umbraco and other contributors
Licensed under the MIT License